<? // Функція для очищення введених даних function clean_data($data) { global $conn; return mysqli_real_escape_string($conn, $data); }