Hi Lokesh: PHP needs to be compiled with curl support in order to use curl functionality.
Please see http://in2.php.net/curl In your current installation, you need check the output of the following: php -i | grep -i curl If curl support is compiled in, you will see a line like, cURL support => enabled Please let me know. thanks Saifi. On Sun, 30 Dec 2007, lokesh ajay kumar wrote: > Date: Sun, 30 Dec 2007 12:20:50 +0530 > From: lokesh ajay kumar <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: CURL > > Hi saifi khan > > I need your help > > I need to add curl-7.17.1 package to my php.I am trying but could not link > those curl to my php. > so could you assist me how do that curl to my php. > > I have installed apche 2.2.6 in E:\program files\apache software > foundation\apache2.2 in that htdocs,lib.bin etc > I have installed php 5.2.4 in E:\program files\php and using windows. > > I downloaded curl-7.17.1 can you explain me where to keep this curl > directory (in htdocs or php) > and how to do changes inorder to link curl to php. > > Thanking you > s.lokesh >

