Mr.BorisBritva
New Member
what errors? some details maybe?
i have rename your index.php to regestration.php and make the link to this file. when i go to this page i see:
Notice: Undefined variable: success in .....\registration.php on line 89
Notice: Undefined variable: error in .....\registration.php on line 93
in the registration.php
from line 88 to 98
<?php
if ($success) {
?>
<p class="box info top"><?= $success; ?></p>
<?php
} elseif ($error) {
?>
<p class="box error top"><?= $error; ?></p>
<?php
}
?>