You are using mysqli_query syntax but using mysql_query!
Well the best part of the mistake is, you need to upgrade to mysqli_query and you are already half way around, which is really great.
mysql_query is depricated. Check this link, and you are there. Cheers