Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/06/2006, 15:08
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 10 meses
Puntos: 2135
Código PHP:
$fh fopen ("titulo.txt""r"); //abre y lee
$contenido fread$fhfile_size"titulo.txt" ) );
$contenido stripslashes$contenido );
echo 
$contenido;
fclose ($fh); //cierra