Logo  

CS479/579 - Web Programming II

Displaying exercises/e10/files/update.php

<?php
include "config.php";
/**
 * This should take the POST variables sid, tid and points and update the grades
 * column. It should output the updated grade as a JSON encoded value.
 */

?>