Posted by pk-oso
2013-12-17

Hi Tom. Thank You for your help, it works, but what about if I want to create/edit/delete an entry on the app with the admin user? Sorry about it, remember I´m trying to learn PHP and related (LAMP). Thank You
Posted by Tom
2013-12-17

> if I want to create/edit/delete an entry on the app with the admin user?

OK, you can do this. First, rename your modified staff folder to, say guest. Then get the original staff folder from the zip package and put it in your web/ folder. Show web/guest/index.php to visitors and use web/staff/index.php for administration.