I'm a newbie to writing MySQL database or any database for that matter. I have a simple database with one table in it and I want to restrict who can add/delete/modify entries in the table but I want to give all authenticated users view access. I'm running MySQL 5 with PHP5 on Linux/Apache (LAMP).
Can someone point me to a simple database example I can look at or a database already written to accomplish this I can download?
Thanks in advance!
Can someone point me to a simple database example I can look at or a database already written to accomplish this I can download?
Thanks in advance!