a log-out hyperlink in PHP ?

Posted by user296516 on Stack Overflow See other posts from Stack Overflow or by user296516
Published on 2010-05-10T09:12:49Z Indexed on 2010/05/10 9:24 UTC
Read the original article Hit count: 355

Filed under:

Hi, In case somebody knows, how can I make a hyperlink in PHP...

<?php
  echo( '<a href="index.php">Log-out</a>' );
?> 

that would not only to navigate to the first page, but also remove cookies?

Thanks!

© Stack Overflow or respective owner

Related posts about php