Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/11/2006, 12:28
EdgarN
 
Fecha de Ingreso: junio-2005
Mensajes: 146
Antigüedad: 18 años, 10 meses
Puntos: 0
Prueba asi...
Código PHP:
<?php

while ($row mysql_fetch_array($resultado)){
    echo 
"<h2><p>".($i+1).". Español: ";
    echo 
stripslashes($row["espanol"]);
    echo 
"<font color=#FF0000 > Árabe: ";
    echo 
stripslashes($row["arabe"])."</font><br>";
    echo 
"</h2></p>";
}
?>
cualkier cosa me dejas saber...
__________________
Edgar Nadal