mysql fetch entries from phpmyadmin login ID

I have 5 users using phpmyadmin, my database having main 5 tables, in which each table contains curator_name and date,time stamp columns. when the curator is logged with his login ID, and edit/insert/update the table entries, that respective login ID should go to this curator_name and date columns after submiting, and it should be in automation.

Please Help…!!

Why do you have people using phpmyadmin? You must be a really trusting person to allow that.

To update 5 tables at once through there, you’d have to give the individual the correct permissions and the update query to run.

You’re much better off creating a simple login form that’ll do all the update queries for the person.

Hii richei,

Tanx for Reply

I have trusted users in phpmyadmin, and i created separate user ID for each individual, and with permissions too.

Here i want, that “user ID” to be included in the table, which they are editing it. (i.e curator name) and it is automated.

Sponsor our Newsletter | Privacy Policy | Terms of Service