Skip to content

Instantly share code, notes, and snippets.

@hndr91
Created August 27, 2013 11:02
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 hndr91/6352185 to your computer and use it in GitHub Desktop.
Save hndr91/6352185 to your computer and use it in GitHub Desktop.
<?php
try{
$conn = mysql_connect("localhost","root",""); //isikan sesuai dengan alamat server,username, dan password
mysql_select_db("gchart",$conn);
}
catch(Exception $e)
{
echo $e->getMessage("koneksi gagal");
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment