Last active
May 29, 2020 15:14
-
-
Save ombak/cf2d6e124d1e9322d5ffd221b2fd8a24 to your computer and use it in GitHub Desktop.
Revisions
-
ombak renamed this gist
May 29, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ombak created this gist
May 29, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <?php //...kosongkan parameter password bila tidak ada password $conn = mysql_connect("localhost", "root", ""); //...bila koneksi gagal if(!$conn) { die("koneksi gagal, periksa lagi parameter."); } else { echo "koneksi berhasil."; }