I have also added:
PHP Code:
$empactive = intval($empactive);
and
PHP Code:
$query = "SELECT DISTINCT user.userid,username,email,posts,lastvisit,joindate,empactive,user.usergroupid,moderator.moderatorid,usergroup.title
and
PHP Code:
makehiddencode("empactive",$empactive);
and
PHP Code:
makeinputcode("Is Ex-Employee (Inactive)","empactive",iif($empactive,$empactive,"1"));
No idea what any of it does, but it looks logical
What have I missed?