-
-
Save siathalysedI/1e68a8d8c933e34ad19926adfd2be7dd to your computer and use it in GitHub Desktop.
Revisions
-
Tynael revised this gist
Oct 9, 2023 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,6 @@ ") ); // Returns the PgSQL\Connection object if the connection is successful. // Otherwise, returns false ?> -
Tynael created this gist
Oct 9, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <?php var_dump( pg_connect(" host=localhost port=5432 dbname=postgres user=postgres password=root ") ); ?>