Simple problem with PHP/phpMyAdmin setup

MikeybobMikeybob Middle o' Farmer Land
edited May 2007 in Internet & Media
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

Comments

  • jaredjared College Station, TX Icrontian
    edited May 2007
    If you just make a plain PHP file called info.php with
    [PHP]
    <?php
    phpinfo();

    ?>
    [/PHP]

    Does it parse all the information to you correctly?
  • MikeybobMikeybob Middle o' Farmer Land
    edited May 2007
    Erm, I think so. Is there something I should be looking for?
Sign In or Register to comment.