You need a while loop:

$sqlCurrentTraces = sqlExecute(...)
while ($result = sqlFetchObject( $sqlCurrentTraces ) {
  ... your table stuff ...
}

- Tim
  http://www.phptemplates.org

----- Original Message -----
From: "Wade Halsey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 4:47 AM
Subject: [PHP] Populating table rows


Hi

Ive selected some details from a database and now want to loop through the
result and populate a row in a table each time.

...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to