rdub Posted April 8, 2008 Share Posted April 8, 2008 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 More sharing options...
kevin7 Posted April 8, 2008 Share Posted April 8, 2008 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. Link to comment https://forums.phpfreaks.com/topic/100070-easy-interface-with-mysql/#findComment-511679 Share on other sites More sharing options...
cooldude832 Posted April 8, 2008 Share Posted April 8, 2008 Any idea as to what type of script I might look for? You write your own because it take about 15minutes to do Link to comment https://forums.phpfreaks.com/topic/100070-easy-interface-with-mysql/#findComment-511683 Share on other sites More sharing options...
rdub Posted April 8, 2008 Author Share Posted April 8, 2008 Unfortunately I'm new to this. I can find my way around an existing script but not writing yet. Link to comment https://forums.phpfreaks.com/topic/100070-easy-interface-with-mysql/#findComment-511686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.