PHP is a server-side scripting language developed by Rasmus Lerdorf in 1994-1995 that is used for web development. A simple PHP program declares three variables ($a, $b, $c) and assigns strings to each, then echoes the concatenated values of the variables to output "hello world php".