Re: Scripting and XML
Rasmus Lerdorf (rasmus@lerdorf.on.ca)
Sun, 19 Oct 1997 12:35:10 -0400 ()
> Normally, I recommend including code within the document itself only
> when the code is logically part of the document -- in literate
> programming, or when the source code is included as an example.
Well, in the PHP scripting language you can keep it separate if you want.
A tag such as:
<?php include("/path/filename") ?>
does the trick.
-Rasmus