All going good, but when i wry to insert something like It's Man's Isn't it Like this then problem.
$Query = "INSERT INTO `9154804_data` (`Parent`, `Name`)
VALUES ($Section, $inputdata);";
$InsertData = $mysqli->query($Query);
if ($InsertData){
$InsertID = $mysqli->insert_id;
$Return['Success'] = "Successfully added.";
}else{
$Return['Error'] = "Something went wrong!";
}