Introduction to PHP Programming Server-side scripting tutorial coding
The Parity Check
Introduction to PHP PHP is a server side programming/scripting language PHP allows you to serve websites with processing done on the server so what do I mean by server side?
Server side processing is where PHP pages are saved on the web host, these pages can be very simple or they can be very complicated and provide functionality to a web page that far exceeds the capabilities of HTML.
So what's the difference between server side and client side? ok so client side is where the programming elements are all loaded into the browser at the point of use so a programming language that does this would be in Javascript and it's added to the coded in a HTML page and downloaded at the time of when the visitor visits that page and any processing is done on that page in real time or real enough time and uses the visitors computer to process the functionality that.
Where server side differs is the functionality written in the PHP files is processed on the server and can take advantage of software and services installed on the server, giving the the site abilities to do high memory and processing tasks without bogging the visitors computer down. ... https://www.youtube.com/watch?v=CXnU9L1GHmQ
65012040 Bytes