Simple problem with PHP/phpMyAdmin setup
Mikeybob
Middle o' Farmer Land
Hi everyone,
I think this is a simple problem anyway. I'm trying to get PHP to work with IIS 7. When running a simple test.php, the file displays in the browser fine. However, when I try viewing the setup.php for phpMyAdmin I get the download file dialogue box. I'm assuming I've missed a phase in the setup somewhere. Does anyone know what the problem may be?
Thanks in advance.
- Mikeybob
I think this is a simple problem anyway. I'm trying to get PHP to work with IIS 7. When running a simple test.php, the file displays in the browser fine. However, when I try viewing the setup.php for phpMyAdmin I get the download file dialogue box. I'm assuming I've missed a phase in the setup somewhere. Does anyone know what the problem may be?
Thanks in advance.
- Mikeybob
0
Comments
[PHP]
<?php
phpinfo();
?>
[/PHP]
Does it parse all the information to you correctly?