<?php session_start(); function s(){ $_SESSION['active']='0'; } s(); echo $_SESSION['active'];
You have javascript disabled. You will not be able to edit any code.