Tema
:
Warning: fopen(SQL_Injection.txt) [function.fopen]: failed to open stream: Permission
Ver Mensaje Individual
#
3
(
permalink
)
11/02/2014, 09:08
Patriarka
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años
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
)
fclose
(
$fp
)
;
?>
__________________
...:::
http://www.sebastian-marquez.com.ar/portfolio/
:::...
StartUp:
http://www.heka.com.ar/
Patriarka
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de Patriarka