Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/06/2005, 15:44
Avatar de elwata
elwata
 
Fecha de Ingreso: junio-2005
Mensajes: 156
Antigüedad: 18 años, 10 meses
Puntos: 0
Exclamación

está mal tu código:
te lo mando corregído

<?
include("php/localconex.php");
$link=Conectarse();

$sql = "SELECT * FROM usuarios";
$result = mysql_query($sql,$link);
while ($row = mysql_fetch_array($result))
{
echo("<tr><td align=\"left\"> <font size=\"1\" face=\"verdana\">" . $row['nombre'] . "</font></td></tr> ");
}

?>

Suerte

Elwata