Jump to content

Pls help me


alwin

Recommended Posts

<html>

<HEAD><TITLE></TITLE>

<link rel="StyleSheet" type="text/css" href="mystyle1.css">

</HEAD>

<BODY>

<table class="frametable"><TR><TD>

<label class="label1">Franchisee</label></TD></TR>

<TR><TD><a target="_parent" href="add.php" onclick="sessionclear()">Add New Franchisee</a></TD></TR>

</table>

<?

session_unregister("fid");

?>

</BODY>

</html>

 

 

 

I have to clear the session when the user click on the link.I tried this one .But the sesion is still there.How can I clear the session when clicking on the link?

Link to comment
https://forums.phpfreaks.com/topic/127946-pls-help-me/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.