CorePHPPHP is an HTML-embedded scripting language designed for web development. It helps in creating the dynamic pages. Instead of lots of commands to output HTML, PHP pages contain HTML with embedded code. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. PHP is a powerful scripting language.PHP helps in reducing the time consumed in creating large websites. It also allows creation of shopping carts for e-Commerce websites.
It’s an open source language, used primarily for dynamic web content and server side applications. PHP is extremely simple for a newcomer and offers many advanced features for a professional programmer.
It’s advantage over JavaScript is that it runs on the web server rather than on the viewer’s personal computer.