public function write($id, $data) {
echo $data; exit;
$sql = sprintf("REPLACE INTO %s VALUES('%s', '%s', '%s')",
...
}
if(isset($_GET['Check'])) {
echo 'yep'; exit();
...
} else {
// смотрим что есть в переменной $_GET
print_r($_GET);
}