• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP/MySQL help

Sitedood

New Member
Hello all, recently, I have been trying to create a automatic signup/login system that connects to the database, registers the user into the database, and then they can login with that username/password they used, but with no success.
Could anyone tell me what to do?
 
What have you you accomplished so far on this project? Usually a system, such as the one you are proposing, is quite simple to implement. Basically you will need to accept user input, check to make sure an a user with the same name doesn't already exsist in the database, store the user info & password (encrypted if possible). For the login page you will need to accept user input, compare it with data in the database, and possibly set a cookie or such to keep the user logged in.

Could you post whatever code you have written so far?
 
Back
Top