Author: Dan Langille
Date: 20-06-02 14:38
Thanks
Gerard Samuel wrote:
>
> while ($myrow = pg_fetch_array ($result))
Are you sure about that one? Looking at <A HREF="http://www.php.net/manual/en/function.pg-fetch-array.php">http://www.php.net/manual/en/function.pg-fetch-array.php</A> I see:
array pg_fetch_array ( resource result, int row [, int result_type])
You need to supply a row number.
Apart from that, what was the change you were trying to highlight?
|
|