I have created a php script that uploads an image, it is located at forum.php?act=add_avatar
But the form goes to the same page that it's on, forum.php?act=avatar
the "\" is a php escape character. It tells the server that the character following is a literal, and not part of the code flow.
So the \" prints the double quote to the page rather than it getting treated as the string delimiter.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?