ess14 Posted November 24, 2006 Share Posted November 24, 2006 [code]<? include ("menu.html"); ?>[/code]is it okay to use the include function with html pages to create a template type setup?is there any security or performance risks? is there a better way? Link to comment https://forums.phpfreaks.com/topic/28296-php-include-help/ Share on other sites More sharing options...
marcus Posted November 24, 2006 Share Posted November 24, 2006 That's fine. You can include .html files. Link to comment https://forums.phpfreaks.com/topic/28296-php-include-help/#findComment-129403 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.