Posted by David on 06/20/06 15:11
Lourenco Junior wrote:
> Hi Folks!
> I'd like to do a menu for my HTML/XHTML pages.
>
> There are about 50 files. The Menu list is the same for all of them.
>
> I wouldn't like to insert the code for menu in each file. I'd like to
> avoid the code redundance.
>
> I want to use HTML/XHTML and CSS only. I don't want to use Frame or
> iFrame tag.
>
> Does anybody know how to do it?
> Does anybody know a tutorial or anything like that?
>
> Thanks
> []'s
> Lourenco Junior
>
how about using a php include
<?php include("/path/to/your/file") ?>
[Back to original message]
|