k0r54
11-29-2005, 05:04 PM
Hi,
I am attempting to creating a breadcrumb trail function. I find the ones on the net a bit too advance since they are mostly classes and i am not at that level yet.
I have a fairly firm understanding off php, and have a parent_id field in the database and a parent_id in the url to tell me what categories are loaded. I somehow need to work backwards finding the id where the parend_id = the url parent_id until i get to the parent_id being 0.
(hope you understand that)
Anyway do you have any ideas?
Thanks
k0r54
I am attempting to creating a breadcrumb trail function. I find the ones on the net a bit too advance since they are mostly classes and i am not at that level yet.
I have a fairly firm understanding off php, and have a parent_id field in the database and a parent_id in the url to tell me what categories are loaded. I somehow need to work backwards finding the id where the parend_id = the url parent_id until i get to the parent_id being 0.
(hope you understand that)
Anyway do you have any ideas?
Thanks
k0r54