|
Personal Hypertext Processor (PHP)
First of for this to work you will need to have a server with
the latest version of php!!
The code for php includes is
<? include('/full/path/to/file'); ?>
Now to include cgi scripts or ssi documents you need to use
this code.
<? virtual('/virtual/path/to/file'); ?>
Definitions
full path to file: ex /home/www/animezen/sidebar.html
virtual path to file: ex /sidebar.html
Well this is all you need to know if you are kinda shady and didn't understand
this try emailing me.
|