Skip to content

Instantly share code, notes, and snippets.

@elshahat
Created July 15, 2020 08:40
Show Gist options
  • Save elshahat/581652e146c95c8c0fb7b95731e7cc16 to your computer and use it in GitHub Desktop.
Save elshahat/581652e146c95c8c0fb7b95731e7cc16 to your computer and use it in GitHub Desktop.
<?php
function perform_database_action(){
mysql_query(“INSERT into table_name (col1, col2, col3) VALUES ('$value1','$value2', '$value3');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment