Skip to content

Instantly share code, notes, and snippets.

View lordSerega's full-sized avatar
🐱
On vacation

Sergey lordSerega

🐱
On vacation
View GitHub Profile
<?php
// Include config file
require_once "congig.php";
error_reporting(-1);
ini_set('display_errors', 1);
// Define variables and initialize with empty values
$fio = $name = $otv = $date = $email = "";
$fio_err = $name_err = $otv_err = $date_err = $email_err = "";