heres the form heres the php one problem is im having trouble trying to figure out how to link the php code on the page. And the other problem im having is trying to make the website stay on the page when its posted. Thanks
in submit link <? if isset($_POST["user"]) { echo "<a href=".$_POST["user"]."> ".$_POST["user"]."</a>"; } ?> <form action="" method="POST"> <p><strong>URL:</strong><br /> <input type="text" name="user" /></p> <p><input type="submit" vale="send" /></p> </form>