DOes anyone know how to create a log out script???
ARe you using cookies or sessions? If using cookies, just send a cookie with a blank string...that will delete the original.
i'm using session
[man]session_unregister[/man]
Is you are using $SESSION - use unset($SESSION['var'])
Otherwise you can use session_destroy();