require_once("../conn.php");
require_once("access.php");
include_once("LeftStyles.php");
if(isset($_POST[s1]))
{
$q1 = "update yellow_priority set
PriorityName = '$_POST[NewName]',
PriorityLevel = '$_POST[NewLevel]'
where PriorityID = '$_POST[PriorityID]' ";
mysql_query($q1) or die("