HTML action redirect with GET values -


hey, im trying use html form send user info php problem is, dosent redirect info:

<form action="register.php?task=add" method="post">     username: <input type="text" name="username" id="username"/><br />     password: <input type="password" name="password" id="password"/><br />     password check: <input type="password" name="password_check" id="password_check"/><br />     e-mail: <input type="text" name="email" /><br /> <input type="submit" value="submit" /> 

i think might because have method set post. there anyway can fix this? thanks!

you set method "get".


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -