> I have the following query :
> for($i = 0; $i <=$num_results; $i++)
> {
> $row = mysql_fetch_object($result);
> echo "\n"
>."\n"
You can save some typing if you just set the bgcolor in the , instead of
each , FYI. Also, align defaults to "left", doesn't it? So you can
probably leave tha
Hi,
I have the following query :
for($i = 0; $i <=$num_results; $i++)
{
$row = mysql_fetch_object($result);
echo "\n"
."\n"
."$row->id\n"
."$row->Nombre\n"
."$row->Apellido\n"
."$row->Direccion\n"
."$row->Ciudad\n"
."$row->Telefono\n"
."$row
2 matches
Mail list logo