heynurse
10-25-2005, 01:41 AM
I'm trying to create a module that would include a PHP or a HTML file.
But I'm not having any luck. I can't get the file to show up.
Here are the include statements I tried:
(.php, .php3, .phtml, etc.):
<? include("last10.php"); ?>
To include it on a server-parsed page (.shtml, .shtm, .ssi, etc.):
<!--#include file="last10.php"-->
Any suggestions?
But I'm not having any luck. I can't get the file to show up.
Here are the include statements I tried:
(.php, .php3, .phtml, etc.):
<? include("last10.php"); ?>
To include it on a server-parsed page (.shtml, .shtm, .ssi, etc.):
<!--#include file="last10.php"-->
Any suggestions?