Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2011-01-03 22:11:02

hicks
Member
From: Portland, OR, USA (ex-UK)
Registered: 2009-05-08
Posts: 106
Website

Clear variables with a click of a link?

I have my site remember various variables from page to page with php, but I’d like to be able to clear them with the click of the “home” button image. How do I do that?

Thanks!

h.

Oh, my php stuff is in this kind of form:

<txp:php>
   session_start();
   $_SESSION['gs_page'] = page_url(array("type" => "pg"));
</txp:php>
</txp:if_individual_article>
<txp:php>
   global $variable;
   session_start();
   $variable['gstotal'] = $_SESSION['gs_total'];
</txp:php>

Offline

Board footer

Powered by FluxBB