i'm using GET to send some parameters to another server. i'm attempting to open the socket, send the GET /program_name?NAME=value&NAME2=value2 etc, wait for a byte confirmation, echo a success stmt, and then close the socket. i'm able to open the socket, but i'm having problems with the program that should read in one of the params, make sure it's defined and then echo a "1" or "0". i hope this is enough info. thanks in advance for any help.
drew