scottiescotsman Posted August 21, 2017 Share Posted August 21, 2017 What I am trying to do is extract the value of a variable from a hyperlink. The code that I have tried is as follows... #hyperlink creation <a href="<?php echo home_url(); ?>/title.php?title=<?php echo $args[$x]; ?>"><?php echo $args[$a]; ?></a> #value extract header(" echo home_url(); /" . $_GET ['title'] . ".php" ); $title = $_GET['title']; any help appreciated Quote Link to comment Share on other sites More sharing options...
Solution scottiescotsman Posted August 21, 2017 Author Solution Share Posted August 21, 2017 fixed sorry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.