answersLogoWhite

0

Just install wamp or xampp server for windows. They are both windows based web server. Other then that there is a module for php on IIS to download but I would recommend not going for that hassle

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Does php run in Windows 7?

Php can run on windows 7, but it does not run directly on it. PHP is a server side-language that runs on Apache. So in order to use PHP on windows 7, you need to install Apache on it. You can do this by installing WAMP server on your windows 7 machine. PHP will automatically be available to you once installed.


What is the server used to run PHP in Windows?

One of the Windows Server operating systems. PHP can be installed with Microsoft's IIS web server as an ISAPI filter, or you can install the WAMP server under Windows that contains the Apache web server, the PHP interpreter, and mySQL. There are others as well, such as the Xitami web server, etc., that work equally well with PHP under windows.


Will PHP code developed on Windows work on an Apache server on Linux?

Generally speaking, yes. There are certain extensions to PHP one could install on Windows that would provide functions that aren't present on Linux.


How save PHP file in window?

Assuming you meant windows the OS then you should write it in a text editor such as notepad and save it with the extension .php. You then need to install a web server with PHP installed such as WAMP or XAMPP to run it.


How do you run PHP in Windows without SQL?

Install Apache server.The best solution is to install the latest version of WAMP server (Windows Apache MySQL PHP). You can then open the WAMP folder on your hard drive and locate the WWW folder. Inside of the WWW folder you can store your PHP files.To preview the files open a browser and enter 'http://localhost' to test if the server is working, after testing add the name of a PHP file to the URL, 'http://localhost/myFile.php'.


How do you install PHP on Unix?

To install from source, you may have to use ./configure make make install each in case the server is a unix server


Is it possible to install wamp server without php?

The principle of WAMP/LAMP server is that MySQL, Apache and PHP are staked in a neat package easy to install. However, it is easy to install only the components you need separately.


How do you install PHP on a memory stick?

You can install an entire web server on your flash drive with XAMPP Portable. http://portableapps.com/apps/development/xampp You will need an entire server (at least Apache and PHP) if you want to execute PHP scripts.


What is a good server for PHP language?

The best server yet for php serving is Apache, as PHP and Apache work closely together. The MySQL community database is a good server for PHP applications, this is why we talk about w/xamp servers, Windows/Linux Apache MySQL PHP servers.


Can we install on windows a web application developed in Php?

You can either install an Apache-based webserver that come prebuilt with PHP, such as XAMPP or the Zend Server CE (both free.) Or you can simply install PHP under you IIS server (the one bundled with most Windows Servers.) Specific directions require knowing your specific setup, but a Google search will get you plenty of good walkthroughs.Also, there's an IIS extension called PHP on IIS 7 (available at php.iis.net) that I've heard really nice things about, but haven't had the need for yet.There is one caveat here. Occasionally, the developers of a PHP application will have relied on the Linux file system or operating system for something, and the application itself won't run on Windows Servers (this is pretty rare, but happens.) If that's the case, then your best bet is likely to be either setting up a Linux server, or virtualizing a Linux box on your Windows server.Try getting PHP onto your IIS first. It's waysimpler.


What is included in the NetServer pack for Windows?

NetServer is a pack of servers for Windows. It includes Apache+PHP, MySQL, Filezilla FTP server, hMail Server and PHP scripts. The NetServer pack can be downloaded from SourceForge.


How run php program in wanp server in window?

Once you install wamp server. Any file with php extenstion like xyz.php you put in www folder will be executed as PHP file.