Skip to content

Instantly share code, notes, and snippets.

@wahyupambudi
Last active July 24, 2021 08:12
Show Gist options
  • Save wahyupambudi/2be04bed6f834479edab785ebad01ef4 to your computer and use it in GitHub Desktop.
Save wahyupambudi/2be04bed6f834479edab785ebad01ef4 to your computer and use it in GitHub Desktop.
Function ( Web Blog Bootstrap, PHP, MySQL)
<?php
$con = mysqli_connect("localhost", "root", "", "db_artikel");
if(!$con) {
die("Koneksi Gagal : ". mysqli_connect_error());
};
?>
@wahyupambudi
Copy link
Author

Full Code at https://awonapa.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment