Jump to content

extract value from hyperlink


scottiescotsman

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.