Variable Link Being Redirected to A Link Using The Variable.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • behicks2
    New Member
    • Feb 2014
    • 1

    Variable Link Being Redirected to A Link Using The Variable.

    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
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    not possible to do that via URL (as described). I guess you could save the variable in a cookie.

    Comment

    Working...