|
Hi all, I have an online php form that emails the text in the "message" input box. But I want to include a pictures as well as text as the form supports sending html. So im putting this in the input box
<img src="http://www.xxxxxx.co.uk/img/suggestbut.gif" width="148" height="25">
I then get the email and the pic does not show up and in the code its looking like this
<img src=\"http://www.xxxxxx.co.uk/img/suggestbut.gif\" width=\"148\" height=\"25\">
so because of the \ at the end of the url it cant find the pic.
How do I code this to work?
Thanks in advance
Lee
|