HTML form connectivity to database error shows ob insert into table line code in PHP file:
$sql = "INSERT INTO clients_info
(Name,Organisation,Contact,Email,Services_Vertical,Comments) VALUES
("$name","$organisation",$contact,"$email","$service","$comment")";
The error message is:
Error:
Parse error: syntax error, unexpected T_VARIABLE