print
hello world

include
"to be or not to be"

dynamic
dynamic.php

More info ...
php.net
howtolabs.net
source

<HTML>
<HEAD>
</HEAD>

<BODY><B>print</B>
<BR><?php echo "hello "; ?> world

<P><B>include</B>
<BR><?php include "include.ihtml"; ?>

<P><B>dynamic</B>
<BR><A HREF=dynamic.php?image=http://dev.zaptech.com/new/qc.jpeg&title=web+cam ?>dynamic.php</A>

<P><DL><DT>More info ...
  <DD><A HREF=http://www.php.net/>php.net</A>
  <DD><A HREF=http://howtolabs.net/>howtolabs.net</A>
  </DL>

<DL><DT><B>source</B>
<DD><PRE><FONT SIZE=-2><?PHP highlight_file("simple.php"); ?></FONT></PRE>
</DL>

</BODY>
</HTML>