denoteone Posted February 29, 2008 Share Posted February 29, 2008 Why would <!--#include file="content/!0_whitepapers.txt"--> not work if the page is a .php document. Link to comment https://forums.phpfreaks.com/topic/93689-include-file/ Share on other sites More sharing options...
conker87 Posted February 29, 2008 Share Posted February 29, 2008 Because that's not PHP. <?php include("content/!0_whitepapters.txt"); ?> Is the syntax you need to use. Link to comment https://forums.phpfreaks.com/topic/93689-include-file/#findComment-480007 Share on other sites More sharing options...
denoteone Posted February 29, 2008 Author Share Posted February 29, 2008 thanks Link to comment https://forums.phpfreaks.com/topic/93689-include-file/#findComment-480012 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.