This content originally appeared on DEV Community and was authored by Elliot Brenya sarfo
PHP is a general-purpose programming language used mostly for web development. Created by Rasmus Lerdorf in 1994, it allows developers to create dynamic web pages with ease.
For instance, developers can create a form in HTML and process it using PHP. Depending on the inputs entered into the form, developers can use PHP to display different outputs to users. Most of the time, PHP is used as a server-side language.
This means that PHP code is not processed on the userβs computer (also known as a client). In other words, when you access a PHP page on your browser, the code is not processed on your computer.
Instead, your browser sends a request to a web server, which then processes the code and returns the result to the browser in the form of a web page. More often than not, this web server is a remote computer where the PHP files are stored.
For the webserver to process PHP code, a special software known as the PHP interpreter needs to be installed.
There are more..
Click here to download and read
This content originally appeared on DEV Community and was authored by Elliot Brenya sarfo
Elliot Brenya sarfo | Sciencx (2022-02-10T05:51:45+00:00) This Book Save my php career π₯Ίππ¨βπ»π. Retrieved from https://www.scien.cx/2022/02/10/this-book-save-my-php-career-%f0%9f%a5%ba%f0%9f%92%95%f0%9f%91%a8%f0%9f%92%bb%f0%9f%93%95/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.