scs Posted January 28, 2007 Share Posted January 28, 2007 Im currently working on a project for one. Where I add 'plug-ins' to his site and stuff. Well I added a plug-in that called for curl functions. When his host doesn't not have the curl lib. I looked around. But the only substitute I found is using a exe. But I dont think that his host allows applications. Plus I was only able to find the lib, not a compiled exe. Is there some raw code that simulates the curl functions? I need this in a hurry, if possible.Thanx in advanceZach Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/ Share on other sites More sharing options...
redarrow Posted January 28, 2007 Share Posted January 28, 2007 the only solution i no ok.http://pear.php.net/package/HTTP_Client Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171002 Share on other sites More sharing options...
scs Posted January 28, 2007 Author Share Posted January 28, 2007 thanx. but thats not what im looking for.If no one else gots one, im just gonna move on... Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171005 Share on other sites More sharing options...
redarrow Posted January 28, 2007 Share Posted January 28, 2007 http://uk.php.net/apc try this one then Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171009 Share on other sites More sharing options...
trq Posted January 28, 2007 Share Posted January 28, 2007 What are you talking about redarrow? Honestly, your answer is so far off topic I ought to delete it.You could build allot of curls functionality using php's raw [url=http://php.net/sockets]sockets[/url] extension, but I t would be an awfull lot of work. Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171011 Share on other sites More sharing options...
scs Posted January 28, 2007 Author Share Posted January 28, 2007 Thanx thorpe.I dont feel like spending THAT much time. I found a different plug-inthanxZach Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171016 Share on other sites More sharing options...
redarrow Posted January 28, 2007 Share Posted January 28, 2007 sorry thorpe i used this goole page for help but as you said i am wrong sorryhttp://www.google.co.uk/search?hl=en&q=curl++alternative+php&btnG=Google+Search&meta= Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171032 Share on other sites More sharing options...
scs Posted January 28, 2007 Author Share Posted January 28, 2007 thanx redarrowThat had some good code explainsbut my code uses more that 3 curl function. and most of those web sites only had 1 or 2. It still would have taken me alot of time to get the rest of the functions. Plus Idk if those altteritives even worked.Beside im already working on other plug-insthanx tho ;D Link to comment https://forums.phpfreaks.com/topic/36031-curl-lib-substitute/#findComment-171037 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.