why error message?

2002-12-10 Thread Robbie Staufer
Hi, Can anyone tell me why this while loop would give me this error message? while ( ($id) = $sth-fetchrow_array) { $sth-execute(); @header_row = $sth-fetchrow_array; ## loop through the row array and print with comma space delimiters ## print two new lines at the end of the row for

Re: why error message?

2002-12-10 Thread Mystik Gotan
PROTECTED] Subject: why error message? Date: Tue, 10 Dec 2002 09:55:48 -0700 Hi, Can anyone tell me why this while loop would give me this error message? while ( ($id) = $sth-fetchrow_array) { $sth-execute(); @header_row = $sth-fetchrow_array; ## loop through the row array and print

Re: why error message?

2002-12-10 Thread Robbie Staufer
PROTECTED] From: Robbie Staufer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: why error message? Date: Tue, 10 Dec 2002 09:55:48 -0700 Hi, Can anyone tell me why this while loop would give me this error message? while ( ($id) = $sth-fetchrow_array) { $sth-execute(); @header_row