PHP Installation.
- Web Server: PHP is a server-side scripting language, so you will need a web server to run PHP code.
- PHP Interpreter: You will also need the PHP interpreter, which is responsible for executing PHP code on the server.
- Database: If your PHP application needs to store and retrieve data, you will need a database management system.
- Text Editor or IDE: You will need a text editor or an Integrated Development Environment (IDE) to write PHP code.
- Browser: Finally, you will need a web browser to test your PHP code and view the results. Most modern browsers.
Software to Install & PHP Setup in Your PC.
1. For PHP, Web Server, Database
1.2 Setup:
After Downloading PHP MySql, You will get xampp.exe file.
Double-Click on this file.
1.2.1
Click on Next for the step.
1.2.2 Installation Folder
Here, You can choose the folder for the location of xampp to Install.
1.2.3
Click Next to Install
1.3 How to Start:
Go to Taskbar click on the search box and type xampp.
And Click on Xammp icon to Start.
In xammp dialogue box Start Apache and MySql.
1.3.1
Go to Chrome Browser.
Type On the URL Bar (localhost/dashboard) and Press Enter Button.
1.3.2 For Database
Open a new tab ( ctlr+T ) in the Chrome browser.
Type In URL Bar (localhost/phpmyadmin) and Press Enter Button.
2. For Text Editor
Click on the link and Download the Sublime Text Editor.
2.2
Click on Run
2.2.1
Click on Next to install
3.1
Then Press Enter
And Click on the Download Button
3.2 Setup:
After downloading go to the setup file and double-click on chrome.exe file.
3.2.1
It will Start Installing the Chrome browser.
Wait for some moment and the Chrome browser will be installed on your PC.