connect(); switch ($_GET['action']) { case 'sync': $AniTV->sync($_GET['data']); break; default: die('invalid operation'); }