Hello. I have the following hierarchy of folders:
Parent folder, with the following:
file submit.php, with the following code:
<?php
ini_set('display_errors',1);
ini_set('display_startup_erros',1);
error_reporting(E_ALL);
include("libs...
asked by
11.12.2014 / 23:39