Jump to content

[SOLVED] Help with a form


almightyegg

Recommended Posts

I want to have a form like:

<form action=blah method=post>

<input type="text" name="id">

<input type="submit">

</form>

and whatever number is entered into the id input will come up in a link like:

rawr.php?id=$_POST['id']

but I don't know how to do it unless I have a page after it which does some checks and then forwards which would just be a waste of time as I'm sure it would be quite simple :(

Link to comment
https://forums.phpfreaks.com/topic/45702-solved-help-with-a-form/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.