Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: conjokes
  • Content: Threads
  • Order by date
  1. conjokes

    Save the result of a SQL query to a PHP variable

    <br></bog> </center><br><br><hr> <?PHP $conn = pg_Connect (&quot;port=5432 dbname=jack user=ma103tw&quot;); if (!$conn) { exit; } $result1 = pg_exec ($conn, &quot;select MAX(offender_no) from offenders;&quot;); $result2 = pg_exec ($conn, &quot;select * from civil_fines where...

Part and Inventory Search

Back
Top