Thanks for the vote of confidence that it works for you!
My server is still not functioning properly on some things, the biggest one is my weather application which uses file_get_contents() to get the XML... it errors with a timeout on this machine (which has a nice clear connection to the Internet)... I need to figure out where I went wrong or what I did not install that needs to be
Here is an excerpt from the error log:
06-Apr-2005 09:33:56] PHP Warning: file_get_contents(
http://xoap.weather.com/weather/local/6 ... bd7e&unit=) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
in C:\Program Files\Apache Group\Apache2\htdocs\weather5.php on line 172
[06-Apr-2005 09:33:57] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Apache Group\Apache2\htdocs\weather5.php on line 172
Again,this php file runs flawlessly in the production environment which is a Windows XP with IIS and PHP 5.0.2 and the dev box (this box) is Apache 2 with PHP 5.0.4. Not sure what I am missing in the install
Thanks,
Mike