Page 1 of 1

[SOLVED] Sending backslash as part of a GET value.

Posted: Wed Apr 18, 2007 5:11 am
by impulse()
I've retrieved some values from a database which contain a backslash in the middle but I want to generate hyperlinks using the values retrieved from the database as GET values.

Would this be done using http://uk.php.net/manual/en/function.ord.php ?

Regards,

Posted: Wed Apr 18, 2007 5:20 am
by Oren

Posted: Wed Apr 18, 2007 5:21 am
by JayBird

Posted: Wed Apr 18, 2007 5:25 am
by impulse()
That worked a treat.

Thank you.