|
|
 |
Re: FN-FORUM: PHP Problem
date posted 1st July 2004 20:45
On Thursday 01 Jul 2004 7:44 pm, Nic Smith wrote:
> Within a HTML page I know how to include a PHP script using the
> command but what I need to know is how to run
> a Function from a PHP File. Basically, I've got a Functions.php which
> contains a whole load of various routines to create list boxes etc and
> need to know how to run one of the functions.
If you want to use PHP you're best off using PHP files, rather than=20
trying to embed PHP in HTML using SSI.
If I've understood you correctly!
|
 |
|