Hi forexen,
Is the form method which are u r submiting the data is "GET" method or "POST" method.
Since the data u r entering into database all are $_POST method but the form method u using is $_GET method.
First u check whether it going to the $_GET["ActionMode"]=="register02"
loop by echoing some thing.
I hope this will help u.
|