<?
$result = mysql_query($sql, $conn);
echo "<table>";
while $row = mysql_fetch_array($result){
$someValue = $row["someDBField"];
$anotherValue = $row{"anotherfield"];
echo "<tr><td>$someValue</td><td>$anothervalue</td>";
}
echo "</table>";
?>
hth Bastien
There are many ways to skin this cat,
but it still tastes like chicken