> I was wondering, is there a PHP/MySQL installation kit, like phptriad, > that works network wide? For example, I have a site on my computer that's > hooked up to a lan. I want other people on the network to see my site by > typing in http://mycomputername/index.php or whatever. If there is, please > give me a URL.
If you're talking about people that are on the same network as you, on the same side of the firewall as you, then just load up a web server. You can use Apache or IIS or whatever. Once it's running on your computer and configured to serve PHP pages, they can simply do like you said, and type in http://yourcomputername/ to get to your pages. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php