[PHP-DB] array issue

2007-11-27 Thread Clare Media
Guys really in need of some assistance here. I am reading an xml file and want to loop through the entire file and display the information. Unfortunately I am only showing 1 item. how can I go about showing all news item? I've tried array and loop however I am not versed with any of them.

[PHP-DB] Re: Subject: Accessing last inserted record in a PSQL Database table

2007-11-27 Thread Neil Smith [MVP, Digital media]
At 23:50 26/11/2007, you wrote: Date: Mon, 26 Nov 2007 18:19:07 -0600 Reply-to: [EMAIL PROTECTED] [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] I need to access the last inserted record in a postgresql database table from php. I connect to the db using pg_connect I construct the query string,

Re: [PHP-DB] array issue

2007-11-27 Thread Jason Gerfen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clare Media wrote: Guys really in need of some assistance here. I am reading an xml file and want to loop through the entire file and display the information. Unfortunately I am only showing 1 item. how can I go about showing all news item?

Re: [PHP-DB] Re: Subject: Accessing last inserted record in a PSQL Database table

2007-11-27 Thread Chris
Neil Smith [MVP, Digital media] wrote: At 23:50 26/11/2007, you wrote: Date: Mon, 26 Nov 2007 18:19:07 -0600 Reply-to: [EMAIL PROTECTED] [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] I need to access the last inserted record in a postgresql database table from php. I connect to the db using