I see, learn and rediscover… everyday!
 
Day: <span>October 1, 2008</span>

Fetching the internet…

This is a simple tutorial to fetch web pages using php code. This starts with a example to fetch pages, and then sending get and post request :). First, a few stuff from the php manual. This is just a summary. You can read the whole stuff at http://in.php.net/manual/en/book.curl.php “””PHP supports libcurl, a library created by Daniel Stenberg, that allows …