adding cURL Library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

adding cURL Library

Post by tecktalkcm0391 »

I was wondering if I could, and how to add the cURL library to PHP if i don't have access to the php.ini file.... or if there was someway to create a php.ini file to override the old one somehow.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

dl() .. or you could option for something like Snoopy.
Post Reply