Skip to content

Instantly share code, notes, and snippets.

@mcorkum
Created May 12, 2016 03:45
Show Gist options
  • Save mcorkum/c188725a385de625cb1de87b58d65f00 to your computer and use it in GitHub Desktop.
Save mcorkum/c188725a385de625cb1de87b58d65f00 to your computer and use it in GitHub Desktop.
$query = "INSERT INTO tableName VALUES (DEFAULT,'$fullname', '$email', '$comment')";
or:
$query = "INSERT INTO tableName (fullname, email, comment) VALUES ('$fullname', '$email', '$comment')";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment