this following php code is not editing my database, no errors show up and nothing is echoed after clicked:
class functions {
public static function chooseGiftee($SS){
$done = false;
$sqllink= mysql_connect($mysql_host,$mysql_user,$mysql_password);
if(!$sqllink){
echo "Could not...