This is my code:
$gateway = "http://html.net/page.php?name=Joe";
<form action="<?php echo $gateway ?>" method="LINK" target="_blank">
<input type="submit" value="Open link"> </input></form>
However, when the link is open, the URL brings me to http://html.net/page.php
only.
How can I make it bring me to that gateway link?