PHP is a Hypertext Preprocessor. This essentially means that PHP dynamically writes web pages for you. So it can query a database and print a report from it, or change CSS and such based on specific criteria.
Related Articles
PHP – While Loops
While loops allow you to repeat code while a condition remains true.
Doxxing – What is…
Doxxing is when personal information is released about people online. More than the act of doxxing itself, the more damaging component is the call to actions that accompany doxxing.
Programming Intro – API (Application Programming Interface) Intro
Service Oriented Architecture means that many times your servers and software will be communicating with cloud based API’s instead of other physical servers. API’s give you services that a server would be too expensive to […]
Be the first to comment