Re: Vexing PHP problem - browser hangs.

From: Frank Finner <frank(at)finner(dot)de>
To: pgsql-php(at)postgresql(dot)org
Cc: <lynna(at)gallery44(dot)org>,
Subject: Re: Vexing PHP problem - browser hangs.
Date: 2003-07-17 19:12:53
Message-ID: 20030717211253.59a0da81.frank@finner.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi!

On Thu, 17 Jul 2003 11:24:39 -0700 "David Busby" <busby(at)pnts(dot)com> sat
down, thought long and then wrote:

> for ($row = 0; row < pg_numrows($artist_list)

You left out a $ sign in the line above. Should be "$row <
pg_numrows($artist_list)", otherwise "row" is either == 0 or undefined
(don´t know exactly).

Greetings,
--
Frank Finner

Memory follows memory, memory defeats memory; some things are banished
only into the realms of our rich imaginings - but this does not mean
that they do not or cannot or will not exist - they exist! They exist!
(M. Moorcock, "The Revenge Of The Rose")

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Frank Finner 2003-07-17 19:14:24 Fw: Re: Vexing PHP problem - browser hangs.
Previous Message David Busby 2003-07-17 18:24:39 Re: Vexing PHP problem - browser hangs.