I was doing something in PHP today and it doesn't seem to be working... So I'm wondering what other characters need to be escaped in PHP other than ' and "
Printable View
I was doing something in PHP today and it doesn't seem to be working... So I'm wondering what other characters need to be escaped in PHP other than ' and "
Hope this helps:
http://www.php.net/manual/en/language.variables.php
Thanks for your help... I shouldve RTFM =]