Questions tagged [pg-query]

33 questions
-1
votes
1 answer

How to include the output from database query in div using GET

i have index.html with the following code Testing and…
Shooter
  • 29
  • 1
  • 6
-1
votes
1 answer

Problems with php pg_query

I have a Problem with PHP. I want to make an table update with PHP. $name = pg_escape_string($_POST['NAME']); $place = pg_escape_string($_POST['PLACE']); $zip = pg_escape_string($_POST['ZIP']); $nation =…
f112358
  • 1
  • 2
-3
votes
1 answer

Retrive data with PHP

I am having a project using PHP and Postgres. I tried to write a function to get all infomation from one class required from user's input. Below is the version does not work. The commented part is the one that did pretty well but I need to put it…
Son Tung
  • 13
  • 2
1 2
3