mo Posted July 1, 2007 Share Posted July 1, 2007 I searched this forum for similiar issues before posting. I pass a value from one for to another on submit, i.e. http://blahblahblah/mypage.php?store_name=Soup House #5 On the next page I can see: http://blahblahblah/mypage.php?storename=Soup%20House%20#5. The store name is stored properly in my database table as Soup House # 5. The field uses a collation of utf8_general_ci. When I use $GET['store_name'] and echo it, all I get is Soup House. Any suggestions? Quote Link to comment Share on other sites More sharing options...
KrisNz Posted July 1, 2007 Share Posted July 1, 2007 use urlencode() and urldecode() Quote Link to comment Share on other sites More sharing options...
mo Posted July 1, 2007 Author Share Posted July 1, 2007 That did the trick perfectly. Gracias, danka and thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.