Posted by Gaga on 11/21/06 18:01
I have send this post as replay to the last poster ( normal replay and not
to group ), but i dont see it listed under posts...
@J.O.Aho
Please don't top post, that is considered as a bit of bad netiquette.
** I have read something about this... should i give replay as normal
"replay" or as "replay to group" ?
I still have problems :
------------------------------------------------
Logout link:
<?
echo "<a href="logout.php" name="out" target="_top" >Out</a> ";
?>
------------------------------------------------------
This the logout part:
<?
include "include/session.php";
session_unset();
session_destroy();
?>
<html>
<?
<font face='Verdana' size='2' >Logged out. <br> <a
href=login.php>Login</a></font></center>";
?>
</html>
---------------------------------------
This is the logout page and this page will be executed when you click on the
logout link.
Logout is executed but just in one frame.
-----------------------------------------
[Back to original message]
|