This topic is locked

Link for admin page

1/30/2008 7:48:09 AM
PHPRunner General questions
F
futo author

HELLO,
HOW CAN SET THAT USERS DONT SEE LOG IN PAGE. EVERY USER GO DIRECTLY ON LIST PAGE, BUT I WANT LINK FOR ADMIN LOG IN AND EDIT ....
THANKS

M
mmponline 1/30/2008

I normally set "login as guest" in permissions. This page then show info without any add, edit or delete functions.
I then set a hyperlink on my site (buttons, hyperlink, etc) to the list page/s directly. Eg. http://adventureswanted.co.za/adventdb/adventures_list.php
This will then open the page without any login.php
Set up a seperate link: Say "Admin" that links to the login.php page.
Hope this helps!

F
futo author 1/31/2008

I normally set "login as guest" in permissions. This page then show info without any add, edit or delete functions.

I then set a hyperlink on my site (buttons, hyperlink, etc) to the list page/s directly. Eg. http://adventureswanted.co.za/adventdb/adventures_list.php
This will then open the page without any login.php
Set up a seperate link: Say "Admin" that links to the login.php page.
Hope this helps!


manny thanks