How can I save a variable from a link being redirected to one of my sites? I have already coded the basic redirect to my site, but I need the variable added to my sites link.
For example: http://softwarepage.co m/rentals.html?ui d=241762475 is redirected to www.mypersonalp age.com and works great. However, that 241762475 is a variable, so I cannot always point to that link on my page. My redirect code needs to save the number and actually redirect to http://mypage.com/rentals.php?uid =241762475.
Any help would be great. I do have access to code on softwarepage.co m (but not the actual server to add scripts) and access to the server and code on mypersonalpage. com
For example: http://softwarepage.co m/rentals.html?ui d=241762475 is redirected to www.mypersonalp age.com and works great. However, that 241762475 is a variable, so I cannot always point to that link on my page. My redirect code needs to save the number and actually redirect to http://mypage.com/rentals.php?uid =241762475.
Any help would be great. I do have access to code on softwarepage.co m (but not the actual server to add scripts) and access to the server and code on mypersonalpage. com
Comment