Can you pls let me know how can this be achieved
$(document).ready(function(){
id = "user";
$( '#login' ).html( "<a href = http://localhost/Misc/Receive.php?
id=+id>Test </a>" );
Receive.php $val = $_GET['id'];
echo($val);
want to pass the value stored in variable id to receive.php