Hello, I'm fairly new to php. I have a two page's, one where user creates account. The other one is for the user to insert other information. If user completes both pages I want to direct them to their personal page, else, direct them to the second page to insert the other data if they did not do it during the first session.
Basically, If user completed registration on 2nd page go to XXX.php
Else go to yyy.php. (to complete registration)
By the way, I'm using a parent and child table with a foreign key.
Thanx!