hi, i am facing a problem in my script :
<?php
$cust_name=$_POST['cust_name'];
$cust_email=$_POST['cust_email'];
$cust_phone=$_POST['cust_phone'];
?>
<?php
$string = "INSERT INTO user (name,email,phone) VALUES ('".$cust_name."','".$cust_email"','".$cust_phone"')";
mysql_query($string,$connection);
mysql_close();
?>
he gives this error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in \boswinfs01\home\users\web\b291\ez.nexusacademycom\landing page\register_PMP_Action.php on line 25