The error is unrelated to what you're asking--there's something already using that socket.
Perhaps your own app, since it never exits.
Siegfried Heintze
Ranch Hand
Joined: Aug 11, 2000
Posts: 332
posted
0
If I comment out that one line where I try to read the socket, I basically have the original that works. This leads me to believe my attempt to read is causing the problem.
So, how do I take the original and enhance it to display all the post parameters and the header that the browser is sending it?
Thanks,
Siegfried
subject: How to read and write to/from webserver socket?