Registration PHP Class
Package:
Summary:
Create records of registered users in MySQL
Groups:
Author:
Description:
This class can be used to create records of registered users in MySQL.
It can take the user name, password, e-mail address from form values submitted via POST method and validates those values.
The class creates a record in a MySQL table with the new user submitted values.
It can take the user name, password, e-mail address from form values submitted via POST method and validates those values.
The class creates a record in a MySQL table with the new user submitted values.
Comments are closed.