Last active
July 24, 2021 08:12
-
-
Save wahyupambudi/2be04bed6f834479edab785ebad01ef4 to your computer and use it in GitHub Desktop.
Function ( Web Blog Bootstrap, PHP, MySQL)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$con = mysqli_connect("localhost", "root", "", "db_artikel"); | |
if(!$con) { | |
die("Koneksi Gagal : ". mysqli_connect_error()); | |
}; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full Code at https://awonapa.com