Many of us use windows operating system and want to know how to use php on Windows operating system ?
For this there is a very simple and useful solution. Even you don't have to setup & configure many things.
Following things are required for using php on windows
- Apache Server
- Mysql
- PHP
WampServer is a Windows web development environment. With this we can create web applications with Apache, PHP and the MySQL database. Even PHPMyAdmin is provided to manage your databases.
Just Download WampServer and install it and you are done. WampServer is an open source project, free to use.
Once Installation is complete then click here to know how to create and execute(run) a php file on windows.