You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
die ('Can\'t use schoolhunter_DataBase : ' . mysql_error());
}
mysql_query("UPDATE University SET uname = '".$uname."', city = '".$city."', state = '".$state."', population = '".$population."', rank = '".$rank."', tuition = '".$tuition."' WHERE uid = '".$uid."'",$con);