At 06:14 PM 8/15/2001, Wolfgang Schneider wrote:
oops - i forgot - I use functions similar tp the ones used on
php.net. when i call the function i pass $title to it
define $title and it should work. :-)
~kurth
>On Tue, 14 Aug 2001 11:39:55 -0400, Kurth Bemis wrote:
>
> >just stick this
On Tue, 14 Aug 2001 11:39:55 -0400, Kurth Bemis wrote:
>just stick this in a function as I did and you'll be sailing.its easy
>to update, and Extremely flexible.
>
>look at my code.. (rest snipped)
Hi Kurth, and others
I adjusted your code for the purpose of my site (replacing he values i
At 11:02 AM 8/14/2001, Kevin L wrote:
I had a similar problem.jason murray gave me some ideas ;-)
just stick this in a function as I did and you'll be sailing.its easy
to update, and Extremely flexible.
look at my code..
Location : http://www.usaexpress.net";>Home / 'Company',
The navigation system you are refering to is called breadcrumb navigation.
You can find implementations of this all over the place. Try hotscripts.com
or google.com.
Kevin
-Original Message-
From: Wolfgang Schneider [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 12:35 AM
To:
if you're asking on how to show where you are, then this is what you could
do:
Create an array of page names:
ie:
$page_name = Array(
'/' => 'Home',
'/page1' => 'Page One'
);
... and so on
Then just do
echo $page_name[strtolower($PHP_SELF)];
This is only appropriate f
5 matches
Mail list logo