You can download the entire source code for this series here PHP Quiz (10.88 kB)
If you take a look at ‘index.php’ from Part 3, you’ll see there are 2 forms, one for users who wish to register and one for those that don’t (‘Just Take The Test’). Both of these forms send the user to ‘test.php’ so ‘test.php’ needs to check which form the user submitted. Continue reading »
What You Said