Files
G4G0-2/Client Server Systems/Week 1/Workshop 1 - Intro to PHP.md
2025-01-30 09:27:31 +00:00

739 B
Executable File

  • Originally stood for "Personal Home Page", and grew to mean PHP: Hypertext Preprocessor.
  • PHP is a HTML embedded scripting language
  • Since it's inception, PHP has seen exponential growth in use and now powers around 80% of websites
  • PHP usually runs on UNIX or LINUX operation systems, but a number of Windows web hosting companies offer emulation on their Windows servers.

Comment Standards for the Module

@return <type> description
@author name <email>
@copyright copyright
@license url licenseName
@version version
@package package

Workshop Exercises