Re: [PHP] Date formatting from a mySQL timestamp

2002-10-16 Thread 1LT John W. Holmes
> 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

[PHP] Date formatting from a mySQL timestamp

2002-10-16 Thread Ricardo Fitzgerald
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