Put it in a WHILE loop and RTFM

-----Original Message-----
From: Duncan Ellwood [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 9:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP] V basic newbie problem


I'm not sure if this is the right place for this but I'm just starting out
with php and MySQL....

I have succesfully got a database up and I have managed to populate the
first row of the html table with the first  row of  dynamic content without
too
much problem. I have used the visual enviroment of DW Mx for this and it was
staightforward enough

My problem arises when I want to fill in the subsequent rows of the table
with the subesquent rows from the database. How do I create the recordset
that will pull the info from the relevant subsequent rows for my columns?

The code for the first row and first column entry is:

<?php echo $row_RsSingStanDailybb['DailyBB']; ?>

but in the row below in the html table I want to refer to the second row DB
entry for DailyBB but I cant see how to go about this:( The Repeat server
behaviour in DW Mx simply puts all the values in one html cell which is not
what I wish to achieve. Basically I want the html table to match the
database but have only succeeded in getting the first row to display so
far:(

I'm sure this is simple but its my first time at all this and any help would
be appreciated:)

TIA




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to