first commit

This commit is contained in:
Meynin
2024-06-11 09:26:12 +07:00
commit c1cae68044
4151 changed files with 778192 additions and 0 deletions

8
src/app/koneksi.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
$conn = pg_connect("host=10.10.123.223 port=5432 dbname=elleter_dev user='simtest' password='12345'");
// if ($conn->connect_error) {
// die("Connection failed: " . $con->connect_error);
// }