Easiest and shortest way?

From: Andy Lewis <alewis(at)mpsi(dot)net>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Easiest and shortest way?
Date: 1998-10-15 19:22:52
Message-ID: Pine.LNX.3.96.981015142145.969A-100000@shell.mpsi.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I am getting ready to write some PHP code that will involve the following:

[1] make a connection to a Postgres DB via PHP/Apache
[2] query a table for records. only get new records that we didn't get last
query. guess I'll have to set some sort of flag.
[3] email the results to the requestor

My question is without reinventing the wheel, what the shortest code that I can
write.

Browse pgsql-general by date

  From Date Subject
Next Message Charles Curley 1998-10-15 19:52:11 [GENERAL] Another Regular Expression "Problem"
Previous Message Taral 1998-10-15 18:30:34 RE: [GENERAL] Newbie Questions, PostgreSQL