I just realized that my version of Windows did not come with IIS.
I am trying to preview my PHP code using Dreamweaver, and I realized this whole time setting up MySQL and ect, that I required this IIS. Is there anything else I can do? I have a web design project I must start asap and this is frustrating me
Look into XAMPP. Its an installer that installs mysql, apache, and php onto your system. It also allows you to switch between php4 and php5. Your files would go in the htdocs folder under the xampp folder you choose to install to. You can also setup virtual hosts http://www.thewatchmakerproject.com/...o-work-offline
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
I just realized that my version of Windows did not come with IIS.
Although you're recommended to use Apache, I think every Windows comes with IIS. If it's not installed yet, it should be installable from where you select windows components. The only exception might be Vista, though I think I would've heard about that by now if it was missing it.
Control Panel -> Add Remove Programms -> Add Remove Windows Components
Check (+) Internet Information Services (IIS), then OK- and it's installed. (Maybe you will need to insert XP installation disk)
Also try google for tutorials on setting up PHP with IIS.
As alternative i highly recommend Apache Web Server
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)