PHP is a general-purpose scripting language geared toward web development.[7] It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994.[8] The PHP reference implementation is now produced by The PHP Group.[9] PHP originally stood for Personal Home Page,[8] but it now stands for the recursive initialism PHP: Hypertext Preprocessorhttp://php

Example of PHP
<!DOCTYPE html>
<html>
<body>
<?php
echo “My first PHP script!”;
?>
</body>
</html>
Awesome work
LikeLike