Get + value in query string
Posted: Sat Oct 27, 2007 8:04 pm
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?
when I get age using $_GET it returns '18 '... how do I have it return the + along with it?