Difference between HTTP_RAW_POST_DATA and php://input

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ravisankar
Forum Newbie
Posts: 9
Joined: Tue Mar 04, 2008 5:12 am

Difference between HTTP_RAW_POST_DATA and php://input

Post 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?
Post Reply