Hello everybody,
I'm writing my own classified script for my website/learning and have to add i'm not the best php programmer, scale 1 to 10 i would put myself at 4 if that.
script background:
the classified script isn't designed for high use and have no interest in making it a full service, its just add on to the website to give my users the option to buy/sell/trade within the site.
I need help creating a breadcrump navigation for my classified script. All the tutorials or the plugins all talk about directory but my script isn't setup in directory format, its a simple script .
MySql DB and a table for the categories, primary category field and a sub category field example:
Vehicles(primary category) -->Cars(subcategory)
primary category is displayed on the main screen.
Need a navigation letting the user know at what category point the user is at, example: Vehicles>>Cars
and should be able to go back to the main categories if the use decided to go back to pick a new one.
I been trying to find a script and trying to figure out how to do this but keep running into a brick wall..
Any help you guys can give would be greatly appreciated
Thanks guys