PHP Introduction

What is PHP?

PHP is a widely-used, open source scripting language. PHP scripts are executed on the server.

Why Learn PHP?

Example

<?php
echo "Hello World from PHP!";
?>