Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2014, 09:08
Avatar de Patriarka
Patriarka
 
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 13 años, 3 meses
Puntos: 288
Respuesta: Warning: fopen(SQL_Injection.txt) [function.fopen]: failed to open stream:

Código PHP:
Ver original
  1. <?php
  2. $file = "SQL_Injection.txt";
  3. $fp = fopen ("$file", "w+");
  4. if($fp)
  5.     fclose ($fp);
  6. ?>