Php is working fine both php -info at the command line as well as making index.php containing <?php phpinfo(); ?>
Adam
-----Original Message----- From: phpmyadmin-devel-request@lists.sourceforge.net [mailto:phpmyadmin-devel-request@lists.sourceforge.net] Sent: Monday, December 21, 2009 3:31 PM To: phpmyadmin-devel@lists.sourceforge.net Subject: Phpmyadmin-devel Digest, Vol 41, Issue 3
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
1. Re: I need help with config (Piotr Przybylski)
----------------------------------------------------------------------
Message: 1 Date: Mon, 21 Dec 2009 21:31:11 +0100 From: Piotr Przybylski piotr.prz@gmail.com Subject: Re: [Phpmyadmin-devel] I need help with config To: phpmyadmin-devel@lists.sourceforge.net Message-ID: a49078950912211231t342937a8g21cf9eaf86961e74@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
Did you try to run a simple "hello world" php script? eg. <?php echo "it works"; ?>
If it works, use regular phpMyAdmin support - http://www.phpmyadmin.net/home_page/support.php . If not, look for a tutorial on IIS/FastCGI configuration. Personally, I use Apache so I can't help you with IIS.