[SOLVED] What problems can single quote in file mean?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

[SOLVED] What problems can single quote in file mean?

Post by Ambush Commander »

I'm currently working on extending MediaWiki, and some really weird stuff is happening when I'm handling files with single quotes in there name.

What could single quotes possibly do?

Solved - It was a magic_quotes_gpc problem.
Post Reply