Re: [PHP] How does PHP handle %20 (blank spaces)

2001-01-15 Thread Alejandro GarĂ­n
> There is no problem if the search string is say, "ABC". However, it will > give a problem > if the string is "Mr ABC". I display this string at every page so that > users know > what they searched for. > For example: > You search for: $searchstring > Try urlencode/urldecode. regards --

[PHP] How does PHP handle %20 (blank spaces)

2001-01-15 Thread Nyon
Hi, I wrote a script that does searching against a MySQL database. The resultant page displays 10 records at a time while there is the Prev...Next Page at the bottom of the page. There is no problem if the search string is say, "ABC". However, it will give a problem if the string is "Mr ABC". I