dispatcher Posted March 16, 2007 Share Posted March 16, 2007 First off, I know practically nothing about MySQL, PHP, HTML, Webhosting, etc. I know Windows and networking. I am installing PHP in the hopes of getting it to communicate with MySQL. The system information is as follows: Windows XP Pro 64-bit running IIS 6.0 MySQL 4.1.21 PHP 4.4.6 We gave up on PHP 5.2.0 because of the non built in functionality with MySQL. We decided to install PHP 4.4.6 instead. The IIS and MySQL are functional. we know since we have a asp based site up and running and connection to MySQL already. The only new installation is PHP. We are attempting to run the following script to test PHP: <?php phpinfo(); ?> We get the following error: I checked the FAQ's on the PHP.net site and found the following: I did the "php -i" at the command line and got ther following as html output which I cut and pasted as an html file: http://www.geocities.com/binarydumb/php-i.html As far as I know and see, the installation is fine. I also checked the extension mapping as suggested by the FAQ: Any clues as to how I can get this damned thing working. I am at wits end with a boss breathing down my neck. ??? ??? Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/43025-windows-xp-64-bit-php-446-mysql/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.