On Thu, Jul 11, 2002 at 11:14:24AM -0700, David Busby wrote:
>
> I'm using PG functions like below and I'm wondering how to get rid
> of that dang Warning message? PHP.ini setting? or can I turn on/off error
> checking?
... snip ...
> Warning: Unable to jump to row 920 on PostgreSQ
List,
I'm using PG functions like below and I'm wondering how to get rid of
that dang Warning message? PHP.ini setting? or can I turn on/off error
checking?
$rs is the result from pg_exec() (inside the other function)
[PHP Code]
$rs = get_database_stuff("list");
$irow = 0;
while ($ec
2 matches
Mail list logo