|
|
|
|
The 'If' Statement - Part 2
Home » PHP » Miscellaneous
The previous tutorial, which created an age verification machine, had a couple of gaps in the code which, sometimes, meant that it didn't react in the way it should have. There were two main holes which, is this tutorial, we are going to tidy up.
What happens if the text entered is not in a number form, ie. letters.
What happens if the person types in 14
|
|
|
|
|
|
|