Home
Interview Confirmation
Kindly fill the following details to confirm your participation in the interview.
/////// Update your database login details here ///// $dbhost_name = "localhost"; // Your host name $database = "isbrin_user"; // Your database name $username = "isbrin_mayur"; // Your login userid $password = "sanath123"; // Your password //////// End of database details of your server ////// //////// Do not Edit below ///////// try { $dbo = new PDO('mysql:host='.$dbhost_name.';dbname='.$database, $username, $password); } catch (PDOException $e) { print "Error!: " . $e->getMessage() . "
"; die(); } @$cat=$_GET['cat']; if(strlen($cat) > 0 and !is_numeric($cat)){ echo "Data Error"; exit; } $quer2="SELECT DISTINCT category,cat_id FROM category order by category"; if(isset($cat) and strlen($cat) > 0){ $quer="SELECT DISTINCT subcategory FROM subcategory where cat_id=$cat order by id ASC"; }else{$quer="SELECT DISTINCT subcategory FROM subcategory order by id ASC"; } //echo "
"; ?>
Interview Location
echo "
Select one
"; foreach ($dbo->query($quer2) as $noticia2) { if($noticia2['cat_id']==@$cat){echo "
$noticia2[category]
"."
";} else{echo "
$noticia2[category]
";} } echo "
"; ?>
Interview Date
echo "
Select one
"; foreach ($dbo->query($quer) as $noticia) { echo "
$noticia[subcategory]
"; } echo "
"; //echo "
"; //echo "
"; ?>
Name
Email
Phone No.
Address
City
Pincode
Country
Mobile Number