Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/11/2008, 14:21
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Configuración php.ini

Pues haces:
Código php:
Ver original
  1. <?php
  2. include("config.php");
  3. ?>
  4. <?php
  5. $fh = fopen("archivo.txt", "a" );
  6. ?>

Saludos