In Form Validation if user enter some wrong inputs or some error occur we don't want that user enters all the form data again so we can use this code to get your data back
Sometimes it is required to enter specific data only like for age we want only numbers and in name there is only characters. So for that we use preg_match function of PHP.