someone removing staff perm via mysql injection, how to prevent from this problem, anyone please tell me,
all staff perm removed via mysql injection
Collapse
X
-
try using PDO or any library with auto filtering of users inputPHP Code:$("#mfreak").find(".head brain").clone();
Code:[|||___________________________] : 5%
Code:Memory limit reached, unable to complete operation.
Code:Try using a super uber strong mega computer to reach at least 10%.
Comment
-
Basically it just injection from browser.. you need to secure your browser.. or secure your uploaderour lfe is simple words....
http://mygenkz.net
ewanz06@yahoo.com
PHP Code:$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment
Comment