
11/02/2014, 09:08
|
 | | | Fecha de Ingreso: enero-2011 Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años, 2 meses Puntos: 288 | |
Respuesta: Warning: fopen(SQL_Injection.txt) [function.fopen]: failed to open stream:
Código PHP:
Ver original<?php $file = "SQL_Injection.txt"; $fp = fopen ("$file", "w+"); if($fp) ?>
|