|
This is a log out
screen. You don't have
to use this as a
members login details
are shut down as soon
as they close their
browser window, however
a log out screen can
make some users feel
more
comfortable.
To create a log out
screen you will need to
enter the log out code
instead of the
membership code snippet
at the top of this page
in the source code view
(the view where you can
see all your HTML
code).
The log out code
is:
<?php
session_start();
session_destroy();
?>
[ Log back
in
]
|