kbjradmin
New Member
- Messages
- 512
- Reaction score
- 2
- Points
- 0
i keep getting this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/kbjr/public_html/tays_sis/contact/process.php on line 22
this is the line in question (line 22):
please help, tell me if you need more info.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/kbjr/public_html/tays_sis/contact/process.php on line 22
this is the line in question (line 22):
PHP:
$msg = "Name: $_REQUEST['name']\nEmail: $_REQUEST['email']\nPurpose: $purpose\n\nMessage:\n$_REQUEST['message']";
please help, tell me if you need more info.