Question:

How to make a signup Page?

by  |  earlier

0 LIKES UnLike

I would like to make a page where people can go to and select a name a password and submit so that when they click submit it will send me an email. for example

there is a box to enter letters and numbers after each :

Name: Accountname

Password: Password

EMail: me@yahoo.com

they hit submit and i get a email saying

some one signed up

Name: Accountname

Password: Password

EMail: me@yahoo.com

so that i can add them onto my server

any help feel free to ask questions

 Tags:

   Report

1 ANSWERS


  1. It would be better to automate the process, the actual signup script is easy to make.

    I suggest you check out some tutorials on the matter, simply make your pick: http://www.google.com/search?hl=en&fkt=1...

    You should make sure to protect the password of your users, this is very important when you allow your users to chose their own password. This can be done by hassing the password in the database, and simply compare the hash to the password the user enters when logging in. See also: http://php.net/manual/en/function.hash-a...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions