Hello am just a simple question.I have a contact us page that sends mail to the admin, i got it finally working but i was wondering if there is anyway to change the colour of what it sends to the admin.
Here is what it is sending
[PHP]$message = <<<MSG
This message was sent from the contact us page,
The user said,
$_POST[message]
this user has in anyway missused this page please contact an adminstator asap with there ip address $_SERVER[REMOTE_ADDR]
MSG;[/PHP]
I would like to make the $_POST[message] red
Here is what it is sending
[PHP]$message = <<<MSG
This message was sent from the contact us page,
The user said,
$_POST[message]
this user has in anyway missused this page please contact an adminstator asap with there ip address $_SERVER[REMOTE_ADDR]
MSG;[/PHP]
I would like to make the $_POST[message] red
Comment