SyntaxFix
Write A Post
Hire A Developer
Questions
$sql = "INSERT INTO customer(FIELDS)VALUES(VALUES)"; mysql_query($sql); if (mysql_errno()) { echo "<script>alert('License already registered');location.replace('customerform.html');</script>"; }