SyntaxFix
Write A Post
Hire A Developer
Questions
in my opinion the easiest way would be somthing like this:
<?php> echo '<a href="link.php?submit='.$value.'">Submit</a>'; </?>
within the "link.php" you can request the value like this:
$_REQUEST['submit']