Getting Keywords from URL To Show It Up On PPV Landing Page

8 replies
I am trying to get keyword parameters from the adtrackzgold tracking url say http://mydomain.com/tracking/go.php?...bles&s=walmart and to show it on PPV landing page to improve the CTR.

This is the code I am using:

Code:
<?php
$target = $_GET['s'];
?>

<h1>Welcome <?php echo $target; ?> Visitors!!!</h1>
But keyword is not appearing on landing page.

Can anyone tell me what's the issue here?
#keywords #ppv #show #url

Trending Topics