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

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
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

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

Post 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,
Last edited by impulse() on Wed Apr 18, 2007 5:50 am, edited 1 time in total.
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

That worked a treat.

Thank you.
Post Reply