Hi, I have a website issue.
In my site, I have 7 different categories(eg. Software, Books,
Magazines, etc.)
In each category page, I have a table of many different links. Now,
these links are seperated by different stores.
The problem is, each category page contains links that are the same as
those of other pages.
For example, my books page and electronics page both contain links to
Amazon.com, Buy.com, etc.
The question is, when I change/delete a link, I right now have to go
through each html page to make the changes...this is very time
consuming.
I was wondering if there is a database script in PHP or perl that would
allow me to categorize links and then have these links dynamically
generated on each of my webpages(eg. have an Amazon link that shows up
in the Books Category and Electronics Category but then when I change
the link in the database, it automatically changes the link in the Books
Category and Electronics Category webpages.
Where can I find such a script and what would it be called?
I always see some pages with a jump.php3 address but don't know where to find it.
thanx