PHP Notes PHP is a popular general-purpose scripting language especially suited to web development. Contents Variables Types Control Structures Functions Data Structures Object-Oriented Programming (OOP) Run PHP # Run PHP built-in server $ php -S localhost:8000 <file>.php