Log in

View Full Version : How do I include a seperate php file in my header?


CrazyLady
03-02-2005, 06:35 PM
I have a php file I want to include in my board, in the hearder to be more exact.

<?php
include_once('file.php');
?>

Not too sure of the code or what file to include it in so the php file will run. Can someone direct me on this?

Thanks
CL