NEWMAN Live GEEK Radio Sep 5, 2001 #1 In .SHTML you can use the [!--#include virtual="/page_head.htm" --] tag how do I include pages like this using php?
In .SHTML you can use the [!--#include virtual="/page_head.htm" --] tag how do I include pages like this using php?
fury Administrator Staff member Sep 6, 2001 #2 Well, I'm not sure if this is the most elegant way of doing so, but try... PHP: <?php if (file_exists($DOCUMENT_ROOT/path/to/file.txt)) { readfile($DOCUMENT_ROOT/path/to/file.txt); } ?>
Well, I'm not sure if this is the most elegant way of doing so, but try... PHP: <?php if (file_exists($DOCUMENT_ROOT/path/to/file.txt)) { readfile($DOCUMENT_ROOT/path/to/file.txt); } ?>
NEWMAN Live GEEK Radio Sep 10, 2001 #3 Hay thanks YEs it works thats all that matters ... your the man (o;
NEWMAN Live GEEK Radio Oct 23, 2001 #5 OKOK I found the right command [?php include( "d://hosting//crushme//page_head.htm" ); ?] I like this (o;
OKOK I found the right command [?php include( "d://hosting//crushme//page_head.htm" ); ?] I like this (o;