|
|
|
 |
Posted 2004-02-26, 09:33 PM
in reply to Tyrannicide's post starting "i am trying to make a basic website to..."
|
 |
 |
 |
Ya but only in PHP.
Do this:
Make a file, and call it index.php
add this in the file:
PHP Code:
<?php include "header.html"; // Open the header include "main.html"; // Opens the homepage include "footer.html"; // Open the footer ?>
Mess around with that alil bit.
|
 |
 |
 |
|
|
|
|
|
|
|