Forum Moderators: coopster

Message Too Old, No Replies

PHP Adding characters

/" instead of "

         

gosman

7:10 pm on Apr 12, 2005 (gmt 0)

10+ Year Member



I'm very new to PHP. I've developed a utility that concatenates some fields and then creates a HTML page. (simplified) This worked fine. I've changed host and now the utilty replaces " with /" which stuffs up the HTML code. I'm sure it's just a version problem or something simple so any help wold be much appreciated.

jatar_k

7:37 pm on Apr 12, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



stripslashes [php.net]

that should remove the pesky fellows ;)

gosman

8:05 pm on Apr 12, 2005 (gmt 0)

10+ Year Member



jatar_k your the man :-)

Works a treat