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.


$sqlCurrentTraces = sqlExecute( "Select * from Sky where No = '$Name'" );
$result = sqlFetchObject( $sqlCurrentTraces );

$SkyDateAss = $result ->DATEASSIGNED;
$SkyDateResult = $result ->DATEAOFRESULT;
$SkyAccNo = $result ->ACCNO;

I want to do the stuff below:
<tr><td> <? echo $SkyAccNo ?></td><td> <? echo $SkyDateAss ?></td><td> <? echo 
$SkyDateResult ?></td><td><input type="submit" name="UpdateDiary" value ="Update 
Diary"></td></tr>

The sql qorks and the table is populated once.

Help someone?

Thanks
Wade
[EMAIL PROTECTED]

Reply via email to