Hey Matthew, Did you try this link http://www.php.net/manual/en/install.windows.manual.php. This will tell you everything you should know about the IIS setup. And look through the readers contributions at the end this is where the specific help is for your problem. 1) When you open up IIS and go to home directory(all explained in the above link) you will choose cgi.exe as the .php extension. Isapi is the php filter. 2) CLI is the PHP Command Line Interface. If you want the Graphical Interface use CGI. 3) I used to use phpmyadmin but I removed it in favor of MySQL Administrator, in my estimation much simpler, quicker to learn and by far easier all the way around. These last opinions are totally my own. I know many, many people stand by their phpmyadmin. I do know this... for a beginner it may be quite frustrating to set up phpmyadmin the first time. It is also not easy to remove either. It is very, very important to read what is in the above link. Their are several places where, it is critical you have the correct information referencing the right folder, file, etc. Like in the Windows path environment, the PHPRC, your PHP.ini, your DOC path, your EXT path, etc. All these areas are very important and when you have a problem you should check these things to make sure they have not changed. And then there are permissions, you must have IUSR_machinename listed with execute permissions, the folders with PHP and MySQL and PHPMYADMIN must have permissions opened up for IUSR, etc. Find all these things and make them right. You will be sailing along. This really is very simple if you read the above link and do a little Googling. You want something frustrating really compelling and frustrating? Try setting up a brand new Linux OS for the first time and get your wireless card working. This is where on the mailing lists you see many people using extreme emotion like "Suicide is an option", "Nuclear Meltdown", "This has been the worst day in my life." I've seen this and more with just trying to set up a wireless NIC to access the WEB. You are in a one dimensional problem. Just look at the documentation and it will all come to you. I hope I have shed a little light, Chetanji Matthew Gonzales wrote: > > Hello, > > I am having trouble getting PHP to work with IIS. Every time I get it > installed and then go to change some configuration so it will work with > PHPMYADMIN, it stops working. The test file that I created to show the > phpinfo(); now just displays a blank page. My questions! > > 1. When installing the newest version of PHP do I select IIS ISAPI or CGI > 2. If I use CGI what files do I need to point IIS to. > 3. Is anyone using phpmyadmin successfully with IIS. I love this tool > and would like to keep using it. > > If anyone can be of assistance the would greatly appreciated. I am > trying to get PHP to work so I can deploy a web app. Thanks for your help! > > Matt G > > -- > Matthew Gonzales > IT Professional Specialist > EITS > matt323@xxxxxxx > 706-542-9538 Office > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- View this message in context: http://www.nabble.com/Windows-IIS-Question%21-tf3948043.html#a11201926 Sent from the Php - Windows mailing list archive at Nabble.com. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php