Article: HTTP POST without CURL

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
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Article: HTTP POST without CURL

Post by pickle »

Just found this article about how to send an HTTP POST request without using CURL. I had nothing to do with this article, I'm just passing it on.

http://netevil.org/node.php?nid=937

Enjoy!
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
brendandonhue
Forum Commoner
Posts: 71
Joined: Mon Sep 25, 2006 3:21 pm

Post by brendandonhue »

There's some code to do this in PHP4 here as well: viewtopic.php?t=58560&highlight=
Post Reply