I have this time.php file which lists 3 different time zones and displays the time and date.
I would like to call this file from the header template.
I have uploaded the time.php file into my root directory where all my other VB files are.
In my header template I have:
<!-- World Time -->
<center>
<? include("time.php"); ?>
</center>
<!-- /World Time -->
Yes it does not seem to display in the header when I refresh the BBS.
How do I call this seperate php file so I can get it to display in my header on the bbs?
thanks for any help.
I would like to call this file from the header template.
I have uploaded the time.php file into my root directory where all my other VB files are.
In my header template I have:
<!-- World Time -->
<center>
<? include("time.php"); ?>
</center>
<!-- /World Time -->
Yes it does not seem to display in the header when I refresh the BBS.
How do I call this seperate php file so I can get it to display in my header on the bbs?
thanks for any help.
Comment