Hi everyone.. Just wanna share a tutorial about php://input php://input allows you to read raw POST data It is a less memory intensive alternative to $HTTP_RAW_POST_DATA and does not need any special php.ini directives php://input is not available with enctype="multipart/form-data". php://input can only be read once Here is video tutorial how to do php://input injection https://www.dropbox.com/s/dhstdydit54cgz0/php_input.swf?dl=0 Thank you :)