Quote:
Originally Posted by BioVader
Like this? I've tried putting it right after Membership App and get errors.. This way errors out too..
PHP Code:
$formtitle = "Membership Application";
////////////////////////////////////////////////////////////////////////////////////////////////////
//TITLE OF THREAD/POST/PM/EMAIL (do not use quotation marks in the title or you will get a parse error)
//You may use variables from the form for this.
////////////////////////////////////////////////////////////////////////////////////////////////////
$posttitle = "$formtitle $bbuserinfo['username']";
Error:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/xxx/public_html/forums/newthread.php(68) : eval()'d code on line 151
|
Make it $bbuserinfo[username] since you have it in quote.