include('leftbar.php'); ?> |
|
if(isset($_GET['registered'])){
?>
Thank you for registering with us. |
}
if(isset($_GET['submitted'])){
?>
The category you suggested has been posted for approval from admin. |
}
//check if prize option is turned on or off by administrator
if($showprize){
?>
Earn $ (US Dollars) Each Month |
}
?>
//if prize option is turned on the prize amount specified by administrator is shown else hide it.
if($showprize){
?>
You can win $ by being the best poster of the month. It is very easy to submit answers and questions.
}
?>
- If you are not registered on the site. Resgiter here (Forum users can use the same login)
You earn points by
- Posting answers to unanswered questions
- Posting questions
(You can post anonymous but this will not earn you any points)
|
if($showgooglead){
?>
|
}
?>
|
What kind of Job Interview questions are you looking for? |
|
Browse by Interview Categories |
//list out all parent category of interview questions.
$query_categories=$db->get_results("Select * from tbl_category where status='1' and parent_id=0");
$col=1;
$totalcol=3;
if($query_categories){
foreach($query_categories as $cat){
if($col<1){
?>
}
?>
» |
if($col<3){
?>
|
}
if($col==3){
?>
$col=0;
}
$col++;
}
}
?>
|
|
|
Suggest New Interview Category |
|
if($showgooglead){
?>
|
}
?>
|
|
|
include('rightbar.php'); ?> |