Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/06/2006, 11:56
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
pues puedes usar igual el fopen y fwrite:
Código PHP:
$fh fopen"data.php""w" );
fwrite$fh"\$code1 = \"$code1\";\n" );
fclose$fh );