Retrieving HTTP responses!

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
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Retrieving HTTP responses!

Post by Joe »

How can I retrieve the response from an HTTP post request via PHP. I have the script created which uses sockets and all of the functions I know of to display responses are for PHP5 and this is for a version less than 5.

Thanks


Joe
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Found it, thanks anyway!.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Why not post it to help out some one else that may come across this?
Post Reply