0){ if($row1["GR_GENDER"]=='Male') $gender="Mr."; if($row1["GR_GENDER"]=='Female') $gender="Miss."; if(strlen($row1["GR_SPOUSE_NAME"])>0) $gender="Mrs."; } OCIFreeStatement($rs1); return $gender; } ?>
 

    Welcome,   ".strtoupper($_SESSION["fname"])." ". strtoupper($_SESSION[lname])." "; ?>  to Competitive Examination (CSS) - Written Exam, What would you like to do?

 






$value) { $$key = $value; } if ($a =='Submit'){ insert_data($conn); } } function insert_data($conn) { global $login_Name,$pwd,$uemail; $query = "insert into GR_LOGIN_INFORMATION values(1,'$login_Name','$pwd','$uemail')"; echo $query; $stmt = OCIParse($conn, $query); if (!OCIExecute($stmt)) { echo "record saved successfully"; // echo $conn . "Record"; } /* if (!$stmt) { $oerr = OCIError($stmt); echo "Fetch Code 1:".$oerr["message"]; exit; } use: $stmt = OCIParse($conn, $query); if (!$stmt) { $oerr = OCIError($conn); echo "Fetch Code 1:".$oerr["message"]; exit; }*/ } ?>