answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

usually Apache, as there is a version of PHP in a form of native apache module, but PHP can be run on any server that supports CGI technology, as it also exists as a CGI module.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the server used to run PHP in Windows?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


How do you run a php application on windows 7 home basic?

Operating System is irrelevant for php. Just download the WAMP server for windows & your php is operational. If you run ASP.NET & IIS remember to change the port of WAMP server & things should work out


Where does PHP used?

PHP is a Server side scripting language used for web development.The programs in php will be run on the server and only the output is sent to the internet browser.


PHP can be run on Microsoft Windows IIS(Internet Information Server)?

IIS is a Windows-only application, however it's important to note that running PHP on IIS is not the same as running PHP on Windows. XAMPP or WampServer are two choices for running PHP on Windows. However, these two options provide you with some more options. They use MySQL or MariaDB as a database server and run Apache as a web server. To learn more about data science please visit- Learnbay.co


Can php be ran on Microsoft Windows internet information server?

IIS is a Windows-only application, however it's important to note that running PHP on IIS is not the same as running PHP on Windows. XAMPP or WampServer are two choices for running PHP on Windows. However, these two options provide you with some more options. They use MySQL or MariaDB as a database server and run Apache as a web server. To learn more about data science please visit- Learnbay.co


What are the requirement of the php?

To run PHP scripts you need a working WWW server (for instance Apache or nginx), with installed and compiled PHP sources (in Windows environment you can use binaries, there is no need to compile).


Can you run PHP 3 and 4 on the same server?

Yes, you can, provided that you run PHP as CGI.


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 can you run a PHP script?

A php script can only be executed within a Web server that runs php.


How do you get started with PHP?

To get started with PHP, you will need to download a server* to run PHP on it. A great web server is XAMPP. You may download it as it holds Apache, the server that allows PHP to run. If you need any help guiding you through this process, feel free to notify me ;) * This server will not go online nor it will cost anything


What type of server must be used to run RIS?

Windows 2000 or 2003 server.


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.