Task Title: Create a Registration Form
Create a registration form that takes in the following below and submits using the POST method. Name Email Date of Birth Gender Country
Your page should send the form to a file called user_data.php, which does the following: Save the user data into a file called userdata.csv Returns the data submitted to the users using the print_r method.