polly-gone
EDIT: I have resolved the problem... It turns out that I forgot an ' in an earlier line and It was causing and error here. I am an idiot. Please close.
-Nick
----------------------
Why does this not work. I keep getting unexpected T_STRINGS with a ',' or ';' expected.
(I have censored the website name since it is yet to be opened! Need to keep it secret for now!)
-Nick

-Nick
----------------------
Why does this not work. I keep getting unexpected T_STRINGS with a ',' or ';' expected.
| Code: |
| $message = '$username,\nThank you for signing up for the ***********! Please click the following link to confirm your account.\n\nCONFIRMATION LINK: <a href="http://*******************.com/register.php?confirm=$randomString">http://**************.com/register.php?confirm=$randomString </a>\n\n\n----------\n\nTSL Marketplace Team';
$message = wordwrap($message, 70); mail($email,'************* Confirmation',$message,$from); |
(I have censored the website name since it is yet to be opened! Need to keep it secret for now!)
-Nick
