Quote:
Originally Posted by Torqued
Actually.. I want both.  I want the $message text as well as an automated message @ the bottom of the post.. so how do I modify the code below to put a couple of blank lines between the $message and the "This is an automatically generated blah blah blah"
|
Change this:
Code:
$postmessage = $message."This is an automatically generated thread for the event ".$title.".
to this:
Code:
$postmessage = $message."
This is an automatically generated thread for the event ".$title.".
Not sure if that works though.... you might also be able to use /n