Re: ASYNC SOCKETS Kat
- Posted by Robsz2 at aol.com May 10, 2002
- 346 views
Actually, chances are that if u are using an http server on your machine, that u will be actively serving pages therefore http://127.0.0.1 would take you to your default page on the web server. You would not have a .gif file for your main page on a web server. Or would you? I know i wouldnt!!!But you could use instead of http://127.0.0.1 use http://127.0.0.1:3456 or what ever sending therequest that is not listening for connections. This way it wouldn't interfere with a web server you have running. Or if u wanted to you could have it send it to a cgi script that counts the requests. No real reason though unless u wanted to count how many popups u were getting a day. Rob S.