
Dec 1st, 2006, 11:33
|
|
New Member
|
|
Join Date: Nov 2006
Location: Washington
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: Updating Links
All right I need an example of how to make it work.
For simplicty, let's say index.php looks like this:
<html>
<head><title>Title</title></head>
<?php include("includes/header.php");?>
</html>
header.php would be:
<a href="page1.htm>page1</a><br>
<a href="page2.htm>page2</a>
Is that all what is needed? Also, what does the hosting server need, if anything if it supports PHP?
|