Finally! Both IIS and Apache web server working with PHP and MySQL on Windows
For several days I was trying to install PHP on some web server. First I tried with IIS and later Apache. Though both servers were running properly, I could not configure PHP right for them. Now, they are working! both of them! I believe the problem was with PHP (particularly with the php.ini file).
Well, I must say this tutorial (http://www.php-mysql-tutorial.com/install-apache-php-mysql.php) (though it is for older versions) helped me to some extent.
Now I am able to run phpMyAdmin (a gui environment for mysql) on Windows. After all, that was the main reason I got interested in setting up a web server on my computer!
Well, I must say this tutorial (http://www.php-mysql-tutorial.com/install-apache-php-mysql.php) (though it is for older versions) helped me to some extent.
Now I am able to run phpMyAdmin (a gui environment for mysql) on Windows. After all, that was the main reason I got interested in setting up a web server on my computer!
Comments
Post a Comment