Interview Confirmation

Kindly fill the following details to confirm your participation in the interview.

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 ""; ?> "; foreach ($dbo->query($quer2) as $noticia2) { if($noticia2['cat_id']==@$cat){echo ""."
";} else{echo "";} } echo ""; ?> "; foreach ($dbo->query($quer) as $noticia) { echo ""; } echo ""; //echo ""; //echo "
"; ?>