Posted by ahhbegypt on 05/03/06 00:19
all u need is to make some HTML page and put in it any content for your
footer then in any php page in your site at the end of your code add
this code :-
<?
include("footer.htm");
?>
and change footer.htm with the URL of your HTML page - if it is located
in the same dir with all o fyour php files so put it in this form
include("footer.php"); and if located at a remote server for example
you can use this form include("http://yahoo.com/footer.htm"); only for
example
if you have any more problems - reply again
Ahmed ,
[Back to original message]
|