Tag Archives: php curl
Remotely login script throw curl in php
Posted on 21. Apr, 2009 by admin.
As we know php doesnt cum up with curl support by default for this u have to download a separte module libcurl which is basically for php. Using curl you can login to another site , grab the data and then log it off , just like a simple user do , you can use [...]
Continue Reading
How curl is used in php
Posted on 08. Apr, 2009 by admin.
cURL is one of the most powerful PHP extensions. It stands for Client URL, and allows you to communicate with other servers using a large range of protocols. Other servers and other protocols? At some stage in a novice developer’s career, there comes a time to break out of the local server, and cURL [...]
