<?php
$data = json_decode(file_get_contents("php://input"),true);

$sql="delete from
	reminder_info
	where
	id=".$data[0]["id"];
//echo $sql;
?>
