|
Right now I have a registration page that has the user fill out a whole bunch of information and when they hit submit it reloads the same page but gets picked up by PHP for validation and to add the information to the database. If there is a problem it just echos the fact that there is a problem and then displays the html form again to correct the problems, otherwise I want it to redirect to another page. My question, how do I best go around having it redirect to that other page? Should I just use 'include' and actually keep it on the same page?
__________________
DVD Movie Release Database: Please login or register to view this content. Registration is FREE
|