What I want is a bit confusing, you'll know what I mean if you've had any experience with phpbb themes.
What I would like is to know how to set it up so that if I was to enter {header} in my HTML code it would come up with a certain function. Hopefully this table can explain it more:
{connect} = mysql_connect("localhost", "root", "") or die(mysql_error());
{header} = include ('head.inc.php');
{footer} = include ('foot.inc.php');
Thanks in Advance, Garion
What I would like is to know how to set it up so that if I was to enter {header} in my HTML code it would come up with a certain function. Hopefully this table can explain it more:
{connect} = mysql_connect("localhost", "root", "") or die(mysql_error());
{header} = include ('head.inc.php');
{footer} = include ('foot.inc.php');
Thanks in Advance, Garion
