Topic: Passing Special Characters in GET string
Hi, I am trying to pass urls such as
http://www.domain.com/sub_category.php?id=Agricultural + Excavating
Then in the next page when I use $_GET['id'] it seems to strip out the + sign.
Can anyone help me make it so that it passed the + sign?
Thanks
Jim