Thanks!
Anyone know how to test and verify CURL functions?
Moderator: General Moderators
-
daytonadman
- Forum Newbie
- Posts: 5
- Joined: Wed Nov 10, 2004 1:53 pm
Anyone know how to test and verify CURL functions?
I have been trying to execute a script for some time now and don't seem to be making any progress. I believe that curl is not properly installed or configured on my current webhosting servers. Does anyone know a way to test and verify that the curl functions are indeed installed and working properly?
Thanks!
Thanks!
If its mis-installed, then you should get an error...are you using the error checking in curl?
-
irishmike2004
- Forum Contributor
- Posts: 119
- Joined: Mon Nov 15, 2004 3:54 pm
- Location: Lawrence, Kansas
you can always test CURL by typing curl -d "http://somewebsite.com" and it should display a webpage in your terminal window, you then know it works 
-
daytonadman
- Forum Newbie
- Posts: 5
- Joined: Wed Nov 10, 2004 1:53 pm