FIRST COMMIT

This commit is contained in:
Meynin
2024-06-14 10:36:33 +07:00
parent 84adea6bbf
commit e54cee8257
3 changed files with 838 additions and 713 deletions

View File

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