a log-out hyperlink in PHP ?
- by user296516
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!