Nov 21, 2003 #1 801119 Programmer Joined Apr 10, 2000 Messages 311 Location SE Greetings all... Urlencode seems to translate " ' " chars into " \' ".. is there anywhy around this?? :s My codes look like something a kid wrote I have absolutely no idea what I am talking about Somehow I still manage to make it work
Greetings all... Urlencode seems to translate " ' " chars into " \' ".. is there anywhy around this?? :s My codes look like something a kid wrote I have absolutely no idea what I am talking about Somehow I still manage to make it work
Nov 23, 2003 #2 skiflyer Programmer Joined Sep 24, 2002 Messages 2,213 Location US http://us3.php.net/manual/en/function.stripslashes.php perhaps? I'm not sure why you'd want to use urlencode() and keep apostrophe's... but stripslashes will put them back as they were. -Rob Upvote 0 Downvote
http://us3.php.net/manual/en/function.stripslashes.php perhaps? I'm not sure why you'd want to use urlencode() and keep apostrophe's... but stripslashes will put them back as they were. -Rob