Skip to content

Gold03/Arrays-in-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A registration form that takes in the following below and submits using the POST method.

* Name

* Email

* Date of Birth

* Gender

* Country

The page also sends 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.

About

A registration form that submits using the POST method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published