Re: need a php code pls
simple:
index.php has the following code in it:
<?php include('header.php'); ?>
<?php include('content.php'); ?>
<?php include('footer.php'); ?>
there r ur three lines of code.
now for header, put all the code above ur main content, content has content (duh) and footer has all code below content.
enjoy!
|