WordPress is a Content Management System. A Content Management System is a series of programming pages connected to a database that allows one to retrieve information from that database in the form of content. In this article I will tell you the process of installing WordPress in a WampServer.
Step by step installation process of WordPress on WampServer
Step1. First of all we will download WordPress from http://www.wordpress.org. After downloading WordPress we will unzip the WordPress files.
Step 2. Now copy the WordPress files into c:\wamp\www\ .
Step 3. Now we will create a database in WampServer. Like as in the following image:
Step 4. Now rename the wp-config-sample.php as wp-config.php in the WordPress folder in root directory (c:\wamp\www).
Step 5. Now open the wp-config.php file, then enter the database name, username, word etc. Like as in the following image:
Step 6. Now run WordPress as localhost/wordpress/wp-admin/install.php in the web browser. Then enter the site name, username, word and email, then click on the Install WordPress button.
Step 7. Now you will click on the Log In button.
Step 8. Now we will enter the username and word for Log In.
Conclusion
So in this article you saw how to install WordPress in a WampServer in PHP. Using this article one can easily understand installation of WordPress in a WampServer.