CLECAM Ejoheza Plc
eRecruitment System
Apply for job at CLECAM Ejoheza Plc Flexibly
Login Create new Account

Guide:


© Copyright CLECAM Ejoheza Plc
CONTACT US:
Po Box: 88 Gitarama
eMail: uniclecam@gmail.com
Mobile: (+250) 787249930

prepare("select natIDno,firstName,lastName,phoneNumber,eMail,passWord from candidates WHERE (phoneNumber=? OR eMail=?) AND passWord=? LIMIT 1") or die("Fail to fetch data").Mysqli_error($conn); $stmt->bind_param("sss", $user_email,$user_email, $user_pass); $stmt->execute(); $stmt->store_result(); $n=$stmt-> num_rows; $stmt->bind_result($natIDno,$firstName, $lastName, $phoneNumber, $eMail, $passWord); $stmt->fetch(); if($n == 1) { $_SESSION['fnm']=$firstName; $_SESSION['lnm']=$lastName; $_SESSION['idno']=$natIDno; echo ""; } else { echo ""; } }