craigtolputt Posted November 17, 2009 Share Posted November 17, 2009 Hi Guys, This is probably very very easy but im still learning so dont laugh I have a page with an input text field and a continue button and what i need to do is when the user inputs there member id and then clicks continue, it redirects to this url http://www.mywebsite.co.uk/authenticateUser.php?username=This needs to be what the user entered does anyone know how i can do this please? Link to comment https://forums.phpfreaks.com/topic/181849-solved-sending-an-input-value-as-a-variable-to-a-page/ Share on other sites More sharing options...
trq Posted November 17, 2009 Share Posted November 17, 2009 <form action="http://www.mywebsite.co.uk/authenticateUser.php" method="GET"> <input type="text" name="username"> <input type="submit" value="continue"> </form> Link to comment https://forums.phpfreaks.com/topic/181849-solved-sending-an-input-value-as-a-variable-to-a-page/#findComment-959090 Share on other sites More sharing options...
craigtolputt Posted November 19, 2009 Author Share Posted November 19, 2009 Thanks thats worked a treat. Link to comment https://forums.phpfreaks.com/topic/181849-solved-sending-an-input-value-as-a-variable-to-a-page/#findComment-961004 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.