Jump to content

Template Help


Guteman

Recommended Posts

Alright I have this code into my index.php. Where it says <table width=100>Hello World</table> I want to include a php file suc as news.php, how do I properly do that?

Here is the code:

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]
$objFile = new LoadFile("template.php");

$strContent=$objFile->strContent;
$strContent=ereg_replace("@CONTENT@","
<table width=100>
Hello World
</table>


",$strContent);
echo $strContent;
[/quote]
Link to comment
https://forums.phpfreaks.com/topic/4643-template-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.