Skip to content

Instantly share code, notes, and snippets.

@widiu7omo
Created September 25, 2018 15:09
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 widiu7omo/9d241c5fc85884cc2d37b01863467e01 to your computer and use it in GitHub Desktop.
Save widiu7omo/9d241c5fc85884cc2d37b01863467e01 to your computer and use it in GitHub Desktop.
<?php
$username = "root";// sesuaikan username dengan username database kalian
$password = "root";// sesuaikan password dengan password database kalian
$host = "localhost";// sesuaikan dengan host yang kalian gunakan, bisa berupa lokal ataupun koneksi ke server dengan ip address
$database = "praktikum"; // sesuaikan dengan nama database yang kalian buat.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment