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
// This function expects the due date and quiz name that will be submitted for creation.
// This function expects the connection to the database to already be made and that the database has already been selected, i.e. mysql_select_db(‘[INSERT NAME]’).
// This function will throw an error if the query is unable to complete.
// Be sure to check elements match the desired elements within the database.