Jump to content

Easy interface with MySql


rdub

Recommended Posts

I have a MYSQL database with about 125 people listed as a directory. I would like a volunteer to be able to easily make changes using IE or Firefox as well as each individual being able to change or update their own info. Each would have their own username and password. Any idea as to what type of script I might look for?

Link to comment
https://forums.phpfreaks.com/topic/100070-easy-interface-with-mysql/
Share on other sites

erm, php?

you can add extra column in each of the record (username, password) or extra columns (login date, modified date)

or for best database practise, make it another table, so it will be something like

login(id,username,password,login_date,modified_date) id is the foreign key to your existing directory table.

 

 

 

 

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.