I've looked around and my web knowledge is basic. I'm trying to make a dynamic URL link to another-- that is, where one part of the URL can be different.
In this case, I'm trying to make (With my URL scrubbed to some generic one as not to break any rules, here):
https://theurl.com/news/fullnews.php?fn_id=33
TO
https://www.theurl.com/index.php?fn_mode=fullnews&fn_id=33
Where the 33 is a number that can be different based on the article linked.
Thanks any help that can be provided! I've tried editing some similar scripts but seem to not know quite what I'm doing.