Búsqueda personalizada
 
 
 
 
   
 
  <html> 
  <head> 
  <title>Problema</title> 
  </head> 
  <body> 
  
<?php 
$nombres[]="juan"; 
$nombres[]="pedro"; 
$nombres[]="ana"; 
for($f=0;$f<count($nombres);$f++) 
{ 
  echo $nombres[$f]; 
  echo "<br>"; 
} 
?>
  </body> 
  </html> 
   
 
 
       

¿Quienes somos?

Condiciones de uso

Publicidad

Privacidad de la informacion