";
# Make the row for table column names
while (list($key, $value) = each($row))
{
$i++;
if(!($i%2))
echo "$key</a></td>";
}
echo "</tr>";
$result=mysql_query($sqlQuery);
// Make rows for records
while($rec=mysql_fetch_array($result))
{
echo "";
for($i=0;$i$rec[$i]</td>";
}
echo "</tr>";
}
echo "</table>";
}
?>
Privacy Policy
|
Link to Us
|
Links
|