PHP: Hypertext Preprocessor (PHP) is a language for creating web content.
Examples
Functions
<? function myfunction() { echo '<a href="/php/functions/" target="_parent">Functions</a>'; } myfunction(); ?>
<a href="/php/functions/" target="_parent">Functions</a>