How would i create a simple script to remove added characters + and % when posting data using server variables?...any code examples would be great!
thanks
Printable View
How would i create a simple script to remove added characters + and % when posting data using server variables?...any code examples would be great!
thanks
I think what you need is the urlencode() function. :)
Or urldecode(). Not sure quite which you're after.