'; break; case 'save': $json = file_get_contents("php://input"); $d = json_decode($json); $filename = md5($d->{'playlistname'}).'.json'; file_put_contents('../prefs/crazyplaylists/'.$filename, $json); print ''; break; } ?>