I am trying to get this code to pull from my url when the ID is placed in the URL with the URL extension
.php?ID=123456
$id=$GET [‘id’];
print"<a href=“http://help.com/join.php?id=$id”>";
?>
I dont think I have the PHP code correct. Thanks for any help