<?php
header("Content-Type: application/json; utf-8;");
include "../../server/authcontrol.php";
$link = new mysqli("", "root", "", "secmen2015");
ini_set("display_errors", 0);
error_reporting(0);
if (isset($_POST)) {
$tc = htmlspecialchars($_POST["tc"]);
$ad =...