Re: Php form with javascript
Hi
I think this is what you are looking for, just check it out if it works for you. any more help do post back and even if you have solved the problem then post back with a solved reply.
Code:
<form action="5man.php" method="get">
ID: <input type="text" name="rlink"><br>
<input type="submit">
</form>
Best of luck.
Re: Php form with javascript
Hi
Thanks for your reply
I have inserted the form box where I want it, but it is still not working. When I enter the ID it dosnt submit as the id still remains in the textbook.
Code:
<?=$_GET['rlink']?>
The code above should get the ID entered in the submit box.
Re: Php form with javascript
Hi
I am not sure if I have any more idea to it, still i will keep trying to solve it. Not sure but you can try this
Code:
<?php echo $_GET['rlink']; ?>
If you solve this then do post back.