[PHP] "location bar"

2001-08-13 Thread Wolfgang Schneider
Hi everyone, I am somewhat new at the use of php and would appreciate if someone could help me with a question re "location bar" How can a location bar such as the sample below be generated in php to be displayed in web pages ... Location : home:/category:sub_1:/page title Is there a s

RE: [PHP] "location bar"

2001-08-14 Thread Kevin L
: php-general Subject: [PHP] "location bar" Hi everyone, I am somewhat new at the use of php and would appreciate if someone could help me with a question re "location bar" How can a location bar such as the sample below be generated in php to be displayed in web pages .

RE: [PHP] "location bar"

2001-08-14 Thread Kurth Bemis
$slash = " / "; $linkhtml = "$linkdes$slash"; } echo $linkhtml; } ?> you can see it in action at www.usaexpress.net. look at the "location" below our logo. ~kurth >The navigation system you are refering to is

RE: [PHP] "location bar"

2001-08-13 Thread Maxim Maletsky
find. Cheers, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Wolfgang Schneider [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 3:35 PM To: php-general Subject: [PHP] "location bar" Hi everyone, I am somewhat new at the use of php and would appreciate if someo

RE: [PHP] "location bar"

2001-08-15 Thread Wolfgang Schneider
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

RE: [PHP] "location bar"

2001-08-16 Thread Kurth Bemis
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