on this line of code:
i am getting this error:PHP Code:$query = "INSERT INTO `messages` VALUES ('', '$userid_array', '$sFrom', '$sTo', '$sSubject', '$sMessage', '$logged_in_customer', '" . date("Y-m-d") . "')";
Code:Parse error: syntax error, unexpected T_VARIABLE in /usr/home/homtek/public_html/send_message.php on line 74




Reply With Quote