Link to home
Start Free TrialLog in
Avatar of beridius
beridius

asked on

php url dreamweaver

using dreamweaver I have a recordset with has a space in it.

I need some code to tell the record set to search with space but the url is displaying %20 as the space
Avatar of Om Prakash
Om Prakash
Flag of India image

You can do URL encoding in this case. Check the following for examples:
http://php.net/manual/en/function.urlencode.php
Avatar of beridius
beridius

ASKER

could you show me example?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial