Mr Andy Tech
Use WhatsApp on your phone to see older messages from before 10/26/2024.
TODAY
<?php
require '../../config/db.php';
require '../../config/function/function.php';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['submit'])) {
// Sanitize inputs
$demail = cleanInput($_POST['demail']);
$dname = cleanInput($_POST['dname']);
$dnumber = cleanInput($_POST['dnumber']);
$dpassword = cleanInput($_POST['dpassword']);
$com_password = cleanInput($_POST['com_password']);
$generatedCode = cleanInput($_POST['generated_code']);
$userInputCode = cleanInput($_POST['captcha_input']);
$keepMeLoggedIn = isset($_POST['keepMeLoggedIn']);
$OneTimeCode = mt_rand(1000, 9999);
$noError = true;
$location = "../../jobseeker/sign-up";
$message = "";
$type = "error";
// Validation
if (empty($…
Read more
2:57 PM2:57 PM
Hwfar nahhh4:22 PM
4:22 PM
how u4:27 PM
4:27 PM
do that thing nahhh4:27 PM
4:27 PM
i dey busy4:27 PM
4:27 PM
4:45 PM
Correct thanks bro4:53 PM
4:53 PM












