HTTP STREAM

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
PHPVijay
Forum Newbie
Posts: 1
Joined: Wed Jul 21, 2010 2:56 am

HTTP STREAM

Post by PHPVijay »

Hello,
i am beginer in PHP
i have a problem to read the content from http url. i have a java code that send the data using post method when i read
that data using post method in php script it is unable to read that content.Java content deliver as stream over network so i want to read that stream using PHP script and write to the file. please Suggest any Example to Read Stream Directly from http url.
thanks in advance
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: HTTP STREAM

Post by Jade »

Post Reply