Okay, pretty simple stuff but I'm not able to find out wtf doesn't work.
I need the "rid" from
http://www.blah.com/gallery.php?rid=2000 to be added to each sponsor link. ie:
http://www.blah.com/gallery.php?rid=2000
goes to
http://www.sponsor.com/tour.php?rid=2000
And if I type a different "rid", it will automatically modify all the links.
Currently, all pages are in .php and links look like this:
http://www.sponsor.com/tour.php?rid=
I'm sure I have something to add in the header in php. thanks!