Re: [PHP-DB] printing an array

2002-10-24 Thread Jason Wong
On Thursday 24 October 2002 19:39, Chris Grigor wrote: > If you look further down where I print > > print "$row->Routine_Tests_Count"; > > The value $row->Routine_Tests_Count is various numbers that need to printed > in sepearte columns (Test 1 test 2 etc). So this > means I have to put it into an

RE: [PHP-DB] printing an array

2002-10-24 Thread Chris Grigor
to print it into an array Chris -Original Message- From: Ignatius Reilly [mailto:ignatius.reilly@;free.fr] Sent: Thursday, October 24, 2002 10:13 AM To: Chris Grigor; DB list PHP Cc: PHP DB Subject: Re: [PHP-DB] printing an array Hi, usually, one issues an HTML row for each row of

Re: [PHP-DB] printing an array

2002-10-24 Thread Ignatius Reilly
ginal Message - From: "Chris Grigor" <[EMAIL PROTECTED]> To: "PHP Gen" <[EMAIL PROTECTED]> Cc: "PHP DB" <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 10:07 AM Subject: [PHP-DB] printing an array > Hey there all > > > Im sure that

[PHP-DB] printing an array

2002-10-24 Thread Chris Grigor
Hey there all Im sure that someone out there can answer this question.. I have a problem, how can I print each element in an array so that is returned into a table? eg Test1 Test3 Test4 $row->CDT_Routine_Count";<--- (This value holds the Results of test1 test 2 e