aepnat /
simpuskesmas
| 1 | <?php |
||
| 2 | |||
| 3 | //$con = mysqli_connect('103.11.74.20','k7398289_elite','5uperman','k7398289_three'); |
||
| 4 | $con = mysqli_connect('localhost', 'root', '', 'koperasi'); |
||
| 5 | if (!$con) { |
||
|
0 ignored issues
–
show
introduced
by
Loading history...
|
|||
| 6 | die('Could not connect: '.mysqli_error($con)); |
||
| 7 | } |
||
| 8 | |||
| 9 | mysqli_select_db($con, 'koperasi'); |
||
| 10 | |||
| 11 | ?> |
||
| 12 |