Page 1 of 1

Get + value in query string

Posted: Sat Oct 27, 2007 8:04 pm
by GeXus
I have a query string like this... ?id=123&age=18+

when I get age using $_GET it returns '18 '... how do I have it return the + along with it?

Posted: Sat Oct 27, 2007 8:15 pm
by John Cartwright
urlencode()