PHP can encrypt dataWith PHP you are not limited to output HTML. You can output images, PDF files, and even Flashmovies. You can also output any text, such as XHTML and XML.Why PHP?PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)PHP is compatible with almost all servers used today (Apache, IIS, etc.)PHP supports a wide range of databasesPHP is free. Download it from the official PHP resource:PHP is easy to learn and runs efficiently on the server sideWhat's new in PHP 7PHP 7 is much faster than the previous popular stable release (PHP 5.6)PHP 7 has improved Error HandlingPHP 7 supports stricter Type Declarations for function argumentsPHP 7 supports new operators (like the spaceship operator: <=> )PHP InstallationWhat Do I Need?To start using PHP, you can:Find a web host with PHP and MySQL supportInstall a web server on your own PC, and then install PHP and MySQLUse a Web Host With PHP SupportIf your server has activated support for PHP you do not need to do anything.Just create some.phpfiles, place them in your web directory, and the server will automaticallyparse them for you.You do not need to compile anything or install any extra tools.Because PHP is free, most web hosts offer PHP support.PHP SyntaxA PHP script is executed on the server, and the plain HTML result is sent back to the browser.