I forgot I had to CHMOD the files. I uploaded all the files into a directory from the latest stable version from the cURL site for PHP. Which, or do all of the files need to be executable? In my PHP code I am creating a variable $curl which is the path to curl. e.g. '/home/username/public_html/curl' and then using this syntax to execute it... exec("$curl -d etc..."); Is this the correct method? I am needing this code to make secure posts over https. Do I need to list a specific file in my path to be executable when I set the variable? Thanks for help! Ron L