C
cuteboymimmi
Guest
i am trying to make a logout button work
<button onclick="go(\'logout;sesc=' , $context['session_id'] ,'\');" id="tablogout">Log Out</button>
the problem is, i cannot get the number in $context['session_id'] to be after logout;sesc=
i think this is a syntac error! please help me!
<button onclick="go(\'logout;sesc=' , $context['session_id'] ,'\');" id="tablogout">Log Out</button>
the problem is, i cannot get the number in $context['session_id'] to be after logout;sesc=
i think this is a syntac error! please help me!