Hi,
I have a little Problem with authentication.
My MySQL-Database:
admins:
admin1 passwd1
admin2 passwd2
admin3 passwd3
I have some pages where the admins can update webcontent.
The user(ex. admin1) should open the admin_auth.php and enter his username and passwd.
Now he should access the admin.php to modify the webcontent. With every change the username will be stored in the database. So i know who changed the webcontent.
But he should not be allowed to access the admin.php without a correct authentication on admin_auth.php
Can somebody help me out ?
thx Georg