Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created March 5, 2014 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdkealy/9372250 to your computer and use it in GitHub Desktop.
Save jdkealy/9372250 to your computer and use it in GitHub Desktop.
$con=mysqli_connect("localhost","root","","pizzavinoteca_login");
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
$sql = "drop table active_orders;";
$result = mysql_query($sql);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment