sweenster
06-13-2005, 09:24 PM
I'm trying to read a chunk of HTML from a record in a mySQL database and email it using PHP's mail function.
My code is a bit on the complex side (which is why i've not posted it) but it reads from the database fine and when it goes to email the data (using PHP's mail() command) it responds with error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/sites/site165/web/fstudent/html/newsm2f.php on line 55
I imagine I would need to parse the SQL entry first.
Any ideas on how to do this? :-)
My code is a bit on the complex side (which is why i've not posted it) but it reads from the database fine and when it goes to email the data (using PHP's mail() command) it responds with error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/sites/site165/web/fstudent/html/newsm2f.php on line 55
I imagine I would need to parse the SQL entry first.
Any ideas on how to do this? :-)