Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter timfel

    (@timfel)

    Or just add the HTTP Referrer to the URL – that’s all I want to do really.

    Plugin Author cartpauj

    (@cartpauj)

    Hi timfel,

    You could use the Insert PHP plugin and do something like this:

    <a href="https://www.mydomain.com/article?source=[insert_php]if(isset($_GET['source']) && !empty($_GET['source'])) { echo $_GET['source']; }[/insert_php]">Click Here</a>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pass parameters from current page’ is closed to new replies.