Fw: Re: Vexing PHP problem - browser hangs.

From: Frank Finner <postgresql(at)finner(dot)de>
To: pgsql-php(at)postgresql(dot)org
Subject: Fw: Re: Vexing PHP problem - browser hangs.
Date: 2003-07-17 19:14:24
Message-ID: 20030717211424.172d8010.postgresql@finner.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Sorry, if this comes twice, in the first try I used the wrong account
for the list.

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")

Browse pgsql-php by date

  From Date Subject
Next Message Ângelo Marcos Rigo 2003-07-18 14:34:05 Paginating results
Previous Message Frank Finner 2003-07-17 19:12:53 Re: Vexing PHP problem - browser hangs.