Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/01/2003, 06:08
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 4 meses
Puntos: 17
Código PHP:
<?
$consulta 
mysql_query("SHOW FIELDS FROM `tabla`");

while (
$row mysql_fetch_row($consulta)){
echo 
"$row[0]<br>\n";
}

?>
__________________
M a l d i t o F r i k i