Skip to content

Instantly share code, notes, and snippets.

@Valindo
Created January 25, 2016 15:22
Show Gist options
  • Save Valindo/f72a42c90bfb61036ddc to your computer and use it in GitHub Desktop.
Save Valindo/f72a42c90bfb61036ddc to your computer and use it in GitHub Desktop.
$sql = "INSERT INTO user (userid,username,phoneno,address) VALUES ('$value1', '$value2',$value3', '$value4')";
$link->query($sql);
$link->close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment