I have a site with multiple links that are exactly the same (sorta). Currently I am adding the links to every page, which is getting to be a waste of time. For example:
http://flinginarrows.com/3dshoots/BrowseShoots/listlocalshoots.php?state=al
The only part changing on this link is the state="whatever state".
I created a table that has the link description, the URL and the state.
If the link is universal, such as the one above, I use "all" as the state so every states page will list it.
How do I attach the state at the end of the URL or am I even on the correct path?
Oh yeah and if a link is actually:
mailto:webmaster@flinginarrows.com?subject=Alabama
should this be static per each page or in a seperate table or can I also populate the same table with a mailto link?