PHP Programming
PHP is a general-purpose scripting language that is especially suited for web development.PHP primarily acts as a filter,taking input from a file or stream containing text and/or PHP instructions and outputs another stream of data;most commonly the output will be HTML. Many significant websites are written in PHP including the user-facing portion of Facebook, Wikipedia, Yahoo and many more. PHP has hundreds of base functions and thousands more via extensions. These functions are well documented on the PHP site.