Posted by Florida Flamingo on 06/22/06 23:29
Well... thank you. I will fool around with that and see what I can come up
with. Really appreciate the starter kit. :)
"Jim Higson" <jh@333.org> wrote in message
news:IuqdnfA0M5m3jwbZRVny2g@eclipse.net.uk...
> Florida Flamingo wrote:
>
>> Thanks for all the great answers. It looks like what I wanted to
>> accomplish is vastly over my head, as I don't write scripts.
>
> Is is actually really easy in PHP because it can be put in the middle of
> your HTML. You only need something like:
>
> <div id="links">
> <? if( $current_page == 'home' ): ?>
> <span>HOME</span>
> <? else ?>
> <a href="http://www.example.com">HOME</a>
> <? endif ?>
> </div>
>
>
> Not too bad, huh? There's a little more to it than that, but not a great
> deal.
>
> --
> Jim
Navigation:
[Reply to this message]
|