Skip to content

Instantly share code, notes, and snippets.

@arthurschreiber
Created February 17, 2012 23:20
Show Gist options
  • Save arthurschreiber/1856087 to your computer and use it in GitHub Desktop.
Save arthurschreiber/1856087 to your computer and use it in GitHub Desktop.
<?php
$server = 'localhost';
$user = 'root';
$password = '';
$connect = mysql_connect(__,__,__);
$sql = '___________';
mysql_select_db(____,$connect);
$result = mysql_query(____);
mysql_close(_____);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment