PHP Link to session_destroy

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-05-22T19:13:46Z Indexed on 2010/05/22 19:20 UTC
Read the original article Hit count: 182

Filed under:
|
|

Hello,

I need to make a link that when clicked will run this in php:

session_destroy();

I know how to make a link in html, but I don't know how to make it interact with php. Thanks for any help.

© Stack Overflow or respective owner

Related posts about php

Related posts about link