Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End php email send does not use color — Solution Re: php email send does not use color — Solution

#93984
mdemaree99
Member

Solution Found
After testing the output of the post it seems there was a backslash added to each “.

Solution:


$message = $_POST ;
$message = stripslashes($message);

Next step is adding putting into fckeditor WYSIWYG textbox