I'm using PHP 4.0 on a PostgreSQL Database.
I'm running into problems printing data from 3 different tables to my site. I have the code printing from 1 of them working fine. The second table is returning something because I'm echoing $numrows from the result and it returns the number of rows of data from my db, but no data. I'm assuming I need 3 different queries. But how do I reference the attributes from the 3 different tables in my $data[ ] statements? I'm new to php and postgres ... any help would be greatly appreciated.