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
Post a Comment