Skip to content

Instantly share code, notes, and snippets.

@mattleff
Created August 25, 2011 18:48
Show Gist options
  • Save mattleff/1171449 to your computer and use it in GitHub Desktop.
Save mattleff/1171449 to your computer and use it in GitHub Desktop.
<?php
include( 'includes/db_connect.inc.php' );
$link_id = db_connect();
....
//All their code below can use mysql_query() as expected.
$result = mysql_query( $query );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment