$dnum = date(Ymd)*4; $usrn = $_GET['usrn']; $ID = $_GET['ID']; $Project_Name = $_GET['Project_Name']; $status = $_GET['status']; if($usrn == "" or $ID == ""){ echo("
Sorry, there is a problem with your username. You must
Log in
to view this page.
"); exit(); } if($status == 'Hot'){ $st1 = 'Open'; $st2 = 'Closed'; }elseif($status == 'Open'){ $st1 = 'Hot'; $st2 = 'Closed'; }else{ $st1 = 'Hot'; $st2 = 'Open'; } ?>
Project Status
Project
All Projects
Project Name:
Change Status from
to: