Using a script of KingTomato (He gave me a link to his script), I made some changes to suite it to my needs. The scripts works, and it submits data to the website using php and mysql.

The problem is that if I try to surf to that website using IE, then I get error "Server gave a bad command error 400", or something like that.

The server is members.lycos.co.uk
When I submiting the data, I use members.lycos.co.uk as the server, and /username/submit.php as the path.

Is there any way of allowing me to still be able to surf to tripod while mIRC is submiting??

In order to submit to the server I use:

sockwrite -n submiter GET %path $+ %sdb HTTP/1.0
sockwrite -n submiter %server
sockwrite -n submiter $crlf


Where %sdb is the data that I'm sending to the website (in a form of ?Something=X&something_else=Y)


Thanks.