PHP is a widely-used open source scripting language for web development that was originally created in 1995. PHP code is embedded within HTML code and executed server-side to produce dynamic web pages. Some key features of PHP include that it is free, cross-platform, and can connect to databases like MySQL. PHP code is delimited within tags and can include conditional logic, loops, functions, and object-oriented programming.