Click to See Complete Forum and Search --> : Encode space into URL


Igor Yalovecky
August 16th, 2010, 09:19 AM
When i use urlencode it substitute spaces with pluses, but Safari doesn't understand it, how i can replace it with %20. Any function?

PeejAvery
August 16th, 2010, 04:50 PM
A little research on your own part would have given you the answer...rawurlencode().

Igor Yalovecky
August 17th, 2010, 10:26 AM
woow .. it works ! thanx ..