Search found 24 matches

by theperfectdrug
Thu Jul 08, 2004 1:57 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

I know you <3 me, now just gimme your source, or sex
:oops: :twisted:
by theperfectdrug
Thu Jul 08, 2004 1:49 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

NewfieBilko loool
by theperfectdrug
Thu Jul 08, 2004 1:46 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

breadcrumbs navigation is somethin' like this:
Home > Section 1 > sub_section 2 :)
by theperfectdrug
Thu Jul 08, 2004 1:34 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

Have you implimented any of there code yet? not yet. I've decided to search php forums over the net to find some info about breadcrumbs...so i'm still in search, maybe u'll do the same and together we will find somethin that will help us both. :roll: I found some useful links so if you are interest...
by theperfectdrug
Thu Jul 08, 2004 12:58 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

or just send me your source LOL
sure.

copy and paste... :D

Code: Select all

<?php ?>
p.s. check this out: http://forums.devshed.com/showthread.php?t=133041
by theperfectdrug
Thu Jul 08, 2004 12:07 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

session, I'll try to do somethin' else instead. :)
by theperfectdrug
Wed Jul 07, 2004 5:42 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

hm......... :roll:
by theperfectdrug
Wed Jul 07, 2004 12:43 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

Ummm, echo basename($_SERVER['PHP_SELF']); is a good way to have the php see what file it currently is displaying. after reading this article, I think that database way is the best... http://www.sitepoint.com/article/hierarchical-data-database but good table structure is a main problem for me... :r...
by theperfectdrug
Wed Jul 07, 2004 12:36 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

Another option is to actually have the files in a breadcrumb-type directory structure, then just parse the current working directory (getcwd()) to get the breadcrumb trail.
hm...maybe someone will post "database method" of breadcrumbs... :roll:
by theperfectdrug
Wed Jul 07, 2004 12:27 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

disabled cookies in browser maybe? :roll:
by theperfectdrug
Wed Jul 07, 2004 12:24 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

hm..cookies, i've read somewhere that using cookies is not the best solution for breadcrumb navigation.. :roll:
by theperfectdrug
Wed Jul 07, 2004 12:15 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

yea sure i like 1 table better then 2 lol.
same here. :lol:

well I'm not quite sure that your table structure is the best around, let's wait and see maybe someone will give us a little tip or example on this. :roll:

In my opinion table structure is the main problem...or maybe not. :)
by theperfectdrug
Wed Jul 07, 2004 12:05 pm
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

well maybe there is an easier way, like using one table in database instead of two...hm :roll:

Hey any ideas?
by theperfectdrug
Wed Jul 07, 2004 11:39 am
Forum: PHP - Code
Topic: "You are here" navigation
Replies: 30
Views: 2564

"You are here" navigation

Hi!
Can anyone suggest what is the best way to make breadcrumb navigation using php & mysql? (I mean what would be the best structure for tables in database, it will be also helpful if someone will provide a lil' example of php code. :))

Thanks
Any help would be appreciated!
by theperfectdrug
Wed May 26, 2004 5:47 am
Forum: PHP - Code
Topic: php/mysql date display problem
Replies: 15
Views: 1567

Hey, Can anyone help? :(