Escaping JavaScript & PHP - cool tool

by 5 replies
6
Have been tracking a bug in an AJAX design that is being caused by characters that need escaping. It's a familiar scenario, but the AJAX-based design adds a twist to it as there are both JavaScript and PHP components to consider.

In my quest to resolve it I found an excellent web resource that I wanted to share.

Escaping Special Characters < JavaScript | The Art of Web

This tool lets you examine the effects of escaping with both PHP and JavaScript. It has saved me a lot of time.

Thought I'd post it here on the off-chance that there is another person on the planet who finds this useful and interesting!

Bill
#programming #cool #escaping #javascript #php #tool
  • Cool,

    thanks for the share, I don't have a use for it now, but I am sure I will need it for my next project.

    Cheers,
  • Thanks! Bill for wonderful sharing.
  • Thanks this is a cool one.
    Max.
  • Very useful. Thanks
  • Nice man!! thanks!!

Next Topics on Trending Feed

  • 6

    Have been tracking a bug in an AJAX design that is being caused by characters that need escaping. It's a familiar scenario, but the AJAX-based design adds a twist to it as there are both JavaScript and PHP components to consider. In my quest to resolve it I found an excellent web resource that I wanted to share.