Click to See Complete Forum and Search --> : PHP WITH CURL


brij_theinvader
05-28-2007, 05:44 AM
Can anybody help me in installing curl.dll in my EASY PHP 1.8.
This is because Easy php 1.8 do not support curl.
Any how i want to run curl scripts. Please help.

If it is not possible in Easy PHP to install curl.dll, please mention any other way of doing this. Anyhow i want to run curl scripts.

MarkR
05-28-2007, 06:22 AM
You're asking for support for a distribution - I recommend you use their channels (See the documentation).

In any case, be aware that most things you can do with curl, can also be done without curl using the fopen http wrappers, which are typically installed by default (again, I can't comment on your distribution - see the docs).

Mark

bradgrafelman
05-28-2007, 10:47 AM
please mention any other way of doing this.Certainly; download PHP from www.php.net (the zipped version), and integrate it with the webserver of your choice (e.g. Apache (http://httpd.apache.org)). That way, you can configure PHP exactly the way you want it.