function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bret3dBret3d 

Can't connect to salesforce via GoDaddy web site

I had successfully gotten the php code to work on my local web site so now I'm moving it out to a test site through GoDaddy before we go live with it.
 
The HelloWorld.php seems to work fine (my name and session id return) but for welcome.php any other call I get "Could not connect to host".
 
All the php packages also seem to be in place.  From printDebugInfo() -
PHP Toolkit Version: 1.0.6 Current PHP version: 5.1.4 SOAP enabled: True OpenSSL enabled: True
 
Is there a second name that is not being resolved, or possibly a blocked port? I'm confused how it can retreive my name but not anything else.
 
Thanks for any help.
 
-Bret