Register page

06/08/2014 17:15 mrgrimm001#1
I'm looking for anyone who knows how to create a php register page. If anyone could help me out that would be great.
06/11/2014 12:40 jibi1996#2
You should know the basics of HTML to create a simple register form where it asks the usual information and through a server-side app (eg. PHP) - inside a php block you can verify the information, print to the user - error/success and register your information which is commonly done on a database.

Steps:
- Create register form to insert the user information.
- Record the information into the database.

I recommend learning a bit of HTML on how to create simple forms, it's simple because HTML isn't considered a programming language and just an markup language which creates the website visual aspect alongside CSS.

Take a look also on php.net references regarding PDO to establish a connection to your database and how to fetch and execute queries.
06/11/2014 13:25 MauGro#3
you need a database for this
you need check that the username and password right,
you need chack thats the user exists and you should use a captcha