Shopdaddy.com Web Services


 PHP urlencode & Javascript escape

Enter string to encode :

@ ODYSEE to %40 GETTR result is :

php urlencode result is :

javascript escape result is :

(Notice differences for "+" , "@" , "/" , "*" and SPACE)

  1. click the textbox containing the result to select
  2. perform COPY to clipboard <ctrl-c>
  3. go to destination page/file and position the cursor
  4. perform PASTE from clipboard <ctrl-v>

php htmlspecialchars result is :

php addslashes result is :