This is the code for the hyperlink on a web page.
<li class="current_ page_item" ><a href="</p>http://active.com">Log out</a></li>
How do I add php code to be executed when "Logout" is clicked. I've tried adding the php code, but it continually executes the php code when the page is loaded.
<li class="current_ page_item" ><a href="</p>http://active.com">Log out</a></li>
How do I add php code to be executed when "Logout" is clicked. I've tried adding the php code, but it continually executes the php code when the page is loaded.
Comment