@perkiset - I am having a problem similar to the one you helped solve on the 2nd page of this thread...my testinstall.php is returning:
Testing Prompt Handler
Testing: Connection Not Available
When I run the looptest.php that you asked for, it returned:
Dispatch Starts
Method: GET
Built GET String: ?testing=1
FinalURL: //apthread.php?testing=1
Outbound Header:
GET //apthread.php?testing=1 HTTP/1.1
Host: myURLhere
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding:
Accept-Charset: ISO-8859-1,utf-8:q=0.7,*;q=0.7
Connection: close
Content-Type: text/html
Content-Length: 0
Default beforeExecute()
Execute: Starts
Execute: HostStr=[myURLhere] Port:80
Execute: Cannot open socket
handleFailure()
Default afterExecute()
Any ideas

?
On a related note, once I have installed a procedure on my database, how do I execute the procedure from the command prompt? When I created a procedure called 'test', I tried running it via the cmd prompt and wrote 'execute test()', but that merely returns:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.test()' at line 1
Does that mean I have an error in line 1 of my procedure? Line 1 of my procedure just says:
PROCEDURE test()