1
Technical support / Re:Inconsistent results with TCPConnect
« on: November 18, 2012, 01:42:03 AM »
I'm trying to pass a sting to php script on server using <TCPCONNECT> but i can't get it to work. Can't find much info on using <TCPCONNECT>. Can someone please direct me to more info or give me a hint of the correct syntax???
PHP Server: 192.168.2.200
php script: test.php
I've tried the obvious:
PRINT #4 "<TCPCONNECT 192.168.2.200/test.php?id=string>"
I've tried quite a few combinations of things but can't get it working.
I've put 192.168.2.200/test.php?id=string into address bar of browser on another computer on network and works fine, certain server is set up ok. Any help would be appreciated.
PHP Server: 192.168.2.200
php script: test.php
I've tried the obvious:
PRINT #4 "<TCPCONNECT 192.168.2.200/test.php?id=string>"
I've tried quite a few combinations of things but can't get it working.
I've put 192.168.2.200/test.php?id=string into address bar of browser on another computer on network and works fine, certain server is set up ok. Any help would be appreciated.