Link to home
Start Free TrialLog in
Avatar of swaggrK
swaggrK

asked on

Cold fusion URL

I have a blog site that displays a mainCategory and a subCategory.

These two categories can build a dynamic URL once a User clicks on them.

Scenario #1
When a User clicks on a link for mainCategory the URL created is http://mySite.com/mainCategory/

Scenario #2
When a User clicks on a link for subCategory the URL created is http://mySite.com/mainCategory/subCategory

I need to know what is the best way to display the results for Scenario #2.
The results are returned from a database.

Avatar of SidFishes
SidFishes
Flag of Canada image

What exactly do you mean by "I need to know what is the best way to display the results for Scenario #2."
yeas, The question asked by SID same "What is the best way? [Means]"?
Avatar of swaggrK
swaggrK

ASKER

Um, not sure where the confusion is occurring, I just need to know what way would you recommend to solving the problem.

My table holds the mainCategory and subCategory outputs

And i am confused about how to create a page that would display those results even if a user
sent the page to someone and the page contained http://mySite.com/Car/Ford

Do you need to see the code to help?
i think if u share code that might help
ASKER CERTIFIED SOLUTION
Avatar of SidFishes
SidFishes
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial