View Single Post
Old 12-02-2004, 10:48 PM   #3 (permalink)
Windwaker222
 
Newb Techie

Join Date: Nov 2004

Posts: 28

Windwaker222

Default

have no idea of pgsql but from what the error is saying, you should try changing the 0 to a 1 on line 30

$data = pg_fetch_array($result, 0);

too

$data = pg_fetch_array($result, 1);
Windwaker222 is offline