Form button redirect
here is the site Iam building - http://dtech.id.lv/lat.php
Ente开发者_运维技巧red/generated code is passed to latreg.php on submit with $_SESSION
But after that I need that user is redirected to this latreg.php
How can I do that?
The action property of your form should be used to redirect the user after the submission.
Does your code looks like: <form name="myForm" method="POST" action="./latreg.php">
?
精彩评论