Reaper
Veteran Member
Posts: 1393 Reputation: 23
36 / /
Joined: Jun 2004
|
O.P. RE: Frames
quote: Originally posted by raceprouk
So every update will have to be applied to all pages manually. Bad idea.
To use PHP to include it, in each page, use
code: <?php
include('tagbox.htm');
?>
and put the tagbox code in tagbox.htm
that doesnt work
|
|