Page 1 of 1

Difference between HTTP_RAW_POST_DATA and php://input

Posted: Thu Mar 26, 2009 7:06 am
by Ravisankar
Hi

What is difference between HTTP_RAW_POST_DATA and php://input.

php.net says php://input is less memory intensive compared with HTTP_RAW_POST_DATA.

but How is php://input is better? i want to understand that?
Can any one help me?