Creating a menu link - can you have it pass a PHP command?
Posted: 20 Aug 2009, 08:44
Hi,
I am using imaguevuex2 for a design portfolio / cv site as such I have put a custom password protection on the index.php page - this is all working fine, however i would like to give my viewers a chance to log out.
When you create a folder / mod it to be a link it gives HTML options only.
Is there a way to wrap a php call?
i.e.
<A HREF="<? echo $PHP_SELF ?>?action=logout">Log out</A>
Thanks!
I am using imaguevuex2 for a design portfolio / cv site as such I have put a custom password protection on the index.php page - this is all working fine, however i would like to give my viewers a chance to log out.
When you create a folder / mod it to be a link it gives HTML options only.
Is there a way to wrap a php call?
i.e.
<A HREF="<? echo $PHP_SELF ?>?action=logout">Log out</A>
Thanks!