> I know that in order to use cURL it has to be installed on the server
> right?  That is why I am not choosing to use it.  fputs and fgets
> should work on most PHP servers?  Or at least on more than cURL is
> installed on.  At least that is the assumption I am working on since my
> application is distributed on many different shared hosting solutions.

ahhh, understood - yes, cURL is less common, though I'm yet to find a
host that doesn't support it.

you could use func_exists() to check for curl, using fgets otherwise,
as i;ve found curl much more succinct to work with.

cheers,

jb
ps: what's your app then?
pps: have you thought about offering a hosted solution (ala basecamp)?

-- 


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to