Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/06/2006, 12:01
GreenLink
 
Fecha de Ingreso: febrero-2005
Ubicación: Tamaulipas - México
Mensajes: 328
Antigüedad: 19 años, 2 meses
Puntos: 0
Saludos.
Código PHP:
<?
while($datos mysql_fetch_array($query_sql)){
print 
"<textarea name=\"".md5(rand())."\" rows=5 cols=20 wrap=\"off\">";
print_r($datos);
print 
"</textarea><br>\n";
}
?>