Cecily
2009-07-31 09:21:03 UTC
It doesn't error, it just doesn't work so I have nothing to go off of
//This is my drop down menu//
//This is my code to post it//
$department = $_POST['department'];
$sqlquery =("UPDATE net_users SET department = $department'");
$results = mysql_query($sqlquery);
I have an echo to pull the $department and that works it just doesn't insert it into the table