I just finished setting up a web server for personal use here at my house. I used MySQL 5.1.34, Apache 2.2.11, and PHP 5 (using the MSI installer) on Windows XP. The web part is running just fine and PHP is successfully being parsed, until I make a call to mysql_connect(...). When I call the...