All, I'm trying to escape characters in my text files such as ' " * etc. I know that the standard is to type something like Who\'s car is it? and the output should be Who's car is it. Unfortunately what I get is Who\'s car is it exactly as typed into the string. If I then input Who's car is it? It will output Who\'s car is it? How do I correctly escape these characters. Or rather where in the config file did I blow it.
James -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]