Hi all,
Can anyone see what is wrong with this code:
$updateSQL = sprintf("UPDATE amember_baggagemembers SET pass = '".$p."', email= '". $_POST['msgemail']."', contactmethod= '" .$_POST'msgmobile']."' WHERE member_id= '".$_POST['msgpin']."'");
I get the error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/www/vhosts/domaincom/httpdocs/activate/activate_email.php on line 138.
Te above code is on line 138.
many thanks in advance
Dereck