pg test
This commit is contained in:
parent
d944d26dea
commit
71562f2782
|
@ -22,6 +22,8 @@ var_dump($db);
|
|||
$result = pg_query($db, "INSERT INTO testab (testval) VALUES ('Yolo')");
|
||||
|
||||
var_dump($result);
|
||||
|
||||
echo pg_last_error($db);
|
||||
/*
|
||||
if (!$result) {
|
||||
// query failed
|
||||
|
|
Loading…
Reference in New Issue