if($_SERVER["HTTP_X_REQUESTED_WITH"] == "XMLHttpRequest" && $_POST){
// buraya kodların
}else{
header("Location: /index.php");
}
if($_SERVER["HTTP_X_REQUESTED_WITH"] == "XMLHttpRequest" && $_POST){
// buraya kodların
}else{
header("Location: /index.php");
}