Jump to content

MySQL user registration and login


briankopy

Recommended Posts

I'm basically trying to make a database administrator interface web page/app... I'm using Wamp server phpMyAdmin MySQL

 

users sign in using a username that they can input into a database called database1 table called users

 

if the user doesn't have an account he can create one by entering username and a password twice

 

they can access another table called customertable and Display, Insert, Modify, Delete Contacts, and Logoff

 

So I basically need a login page and a admin page.

 

Any help would be greatly appreciated.

Link to comment
https://forums.phpfreaks.com/topic/196885-mysql-user-registration-and-login/
Share on other sites

http://dev.mysql.com/doc/refman/5.1/en/adding-users.html

 

I'm correct in that this is user accounts for the database, and not for a website, or other program?

 

If so, you will need root access to the database (which you aren't likely to get on a shared server).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.