CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Encode space into URL

    When i use urlencode it substitute spaces with pluses, but Safari doesn't understand it, how i can replace it with %20. Any function?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Encode space into URL

    A little research on your own part would have given you the answer...rawurlencode().
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3

    Re: Encode space into URL

    woow .. it works ! thanx ..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured