Community Page
- www.phpfour.com/blog Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the sharing.
- Twe2 as it is now is no more!
- Hello Austin, good to know the base class helped you. And thanks for sharing the snippet for allowing multiple items :)
- Sorry, you have to redirect to Paypal's website for payment - it is mandatory.
- Thanks
Md Emran Hasan (phpfour)
This is Emran Hasan's blog for PHP, CSS, XHTML, JavaScript, Web 2.0, AJAX, Usability, and Web Standards related views, ideas, and sharing.HTTP Class for PHP (supports both cURL and fsockopen)
Started by Md Emran Hasan (phpfour) · 9 months ago
This is a wrapper HTTP class that uses either cURL or fsockopen to harvest resources from the web. It supports a handy subset of functionalists of HTTP that are mostly needed in day to day coding. Scripts who need to communicate with other servers will find it useful. If you’re
... Continue reading »
1 year ago
1 year ago
1 year ago
yea its a good idea if you add this to orchid framework. :)
cool man :)
1 year ago
You are doing excellent. Keep up the good work. Godspeed.
1 year ago
1 year ago
1 year ago
Excellent structure, easy to use and ???????? documentation.
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
the cURL require a website need longer time then fsockect.is it?
1 year ago
with allow redirect set to true if i call a page with status code 302 i can't read the headers of destination page, i read only the headers of first page.
it's normal?
can you help me?
Thanks
ciao
riccardo
9 months ago
It is quite helpful in php4 and php5. Love how it degrades automatically if there is no CURL. Have you though of supporting stream wrappers?
9 months ago
9 months ago
into it and will update the source if needed. Thanks
7 months ago
7 months ago
6 months ago
4 months ago
5 months ago
4 months ago
$http->addCookie('logged_in_user' , '747');5 months ago
--snip--
if ($this->status == '302' && $this->redirect == TRUE)
--snip--
4 months ago
2 months ago