Skip to content

Instantly share code, notes, and snippets.

@mattisbusycom
Created April 18, 2015 21:58
Show Gist options
  • Save mattisbusycom/58f8f178227ead87d815 to your computer and use it in GitHub Desktop.
Save mattisbusycom/58f8f178227ead87d815 to your computer and use it in GitHub Desktop.
$link = mysql_connect($host, $user, $password);
if (!$link)
{
die('Could not connect: ' . mysql_error());
}
else
{
echo 'Connected successfully';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment