Dear All,
<html>
<head>
<title>Title of Site</title>
</head>
<body text=black link=blue alink=red vlink=purple>
<!--- menu at the top --->
<p align=center>
<a href='index.html'>Home</a> | <a href='about.html'>About My Site</a> | <a href='links.html'>Links</a>
</p>
footer.html
<p align=center>Copyright 2002. All Rights Reserved</p>
</body>
</html>
how can i use these two files in my index.php page as headers and footers
I know two ways
1) using include function in php
2) using <IFrame> tag
is there any other way
regards
bvsureshbabu