Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How/where do I change the code to have a person return to a specific web page (instead of back to the login form) when they click on the Logout link on top of the _list.php view?Russ
Russ,open ..._list.php file with a text editor, find this code
<form name=logout method=post action="login.php">
and replace login.php with your page address
I was close ... Thanks so much,Russ