When i use urlencode it substitute spaces with pluses, but Safari doesn't understand it, how i can replace it with %20. Any function?
Printable View
When i use urlencode it substitute spaces with pluses, but Safari doesn't understand it, how i can replace it with %20. Any function?
A little research on your own part would have given you the answer...rawurlencode().
woow .. it works ! thanx ..