Storing dynamic URL's

Associate
Joined
30 Nov 2003
Posts
1,591
Let's see if I can explain this ok.. Basically I have a site (not written by me so getting my head around the confusing code) and the product category pages use dynamically created URL's.

I want to use these URL's to put on my products pages so I can list all the categories each product is in. But, as these URL's are not stored anywhere I'm not sure how to go about calling them. Is the best way going to be to modify the site to store the page URL's in MySQL? Or could they be stored within variables in PHP? A little guidance would be great! Thanks in advance, this is a PHP/MySQL site by the way.
 
Back
Top Bottom