pg test
This commit is contained in:
parent
ba7fe37ddb
commit
e0004d128d
|
@ -17,7 +17,7 @@ if (!$db) {
|
|||
}
|
||||
|
||||
// Execute a query
|
||||
$result = pg_query($db, "SELECT testval FROM testab");
|
||||
$result = pg_query($db, "INSERT INTO testab (testval) VALUES ('Yolo')");
|
||||
|
||||
var_dump($result);
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue