$c=$_GET['c'];
$p=$_GET['p'];
$localTime=now();
list($today,$other)=explode(' ',$localTime);
if($p) $start1=$p; else $start1=0;
$localTime=now();
$result_totrow_bangla = mysql_query("select jobid from jobs WHERE lang='1' AND minimum_experience='0' and deadline>='$today' ");
$totrowBangla = mysql_num_rows($result_totrow_bangla);
$result_totrow = mysql_query("select jobid from jobs WHERE minimum_experience='0' and deadline>='$today' ");
$totrow = mysql_num_rows($result_totrow);
$totrowEnglish=$totrow-$totrowBangla;
if(!$totrow=="0")
{
$result = mysql_query("select * from jobs WHERE minimum_experience='0' and deadline>='$today' order by lang,cv_receive_at,com_id desc LIMIT $start1,10"); //LIMIT $start1
if ($result)
{
$st=$start1+10;
if($totrow>$st)
{
if($start1=="0")
$st1=1;
else $st1=$start1+1;
$st_end="$st1-$st";
}
else
{
if($start1=="0")
$st1=1;
else $st1=$start1+1;
$st_end="$st1-$totrow";
}
?>
| Please click the
Respective Job Title to see the job details & Apply instruction.
|
| Sl. No. |
Company Name |
Job Title |
Education |
Publish Date |
Deadline |
//$count=0;
while ($r = mysql_fetch_object($result))
{
$i=$r->jobid;
$lang=$r->lang;
$job_title=$r->job_title;
$job_format=$r->job_format;
$company_name=$r->company_name;
$minimum_education=$r->minimum_education;
$publish=$r->publish;
$e_dat1=$r->deadline;
$edat=$r->deadline;
list ($year1, $month1, $day1) = explode('-', $publish);
$publish_date=$day1."-".$month1."-".$year1;
$sl=$start1+1;
if($lang=="1") //Bangla
{
//$minimum_education=$r->educationalRequirement;
switch($minimum_education)
{
case "SSC/ O Level": $minimum_education1= "Go.Go.xo/oiiwd"; break;
case "HSC/ A Level": $minimum_education1= "GBP.Go.xo/oiiwd"; break;
case "Diploma": $minimum_education1= "xWËeöwiw"; break;
case "Bachelors": $minimum_education1= "oíwZK/oiiwd"; break;
case "oíwZËKw£k": $minimum_education1= "oíwZËKw£k"; break;
case "Doctorate": $minimum_education1= "WƒËkU"; break;
}
$resultx=mysql_query("SELECT DATE_Format('$e_dat1', '%a-%m-%Y-%d' ) as deadline1");
$rr = mysql_fetch_array($resultx);
$e_dat2=$rr["deadline1"];
list ($d2, $m2, $y2, $d) = explode('-', $e_dat2);
$m4=month($m2);
$d4=day($d2);
if($d<10) $d=str_replace("0","",$d);
$e_dat="$d4, $d $m4 $y2";
$e_dat.=remain($e_dat1,$lang);
$company_name1=str_replace('[','',$company_name);
$company_name1=str_replace(']','',$company_name1);
$job_title1=str_replace('[','',$job_title1);
$minimum_education=str_replace('[','',$minimum_education);
/////////////////////////////
if($sl%2)
{
?>
|
Warning: Undefined variable $sl in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 206
|
Warning: Undefined variable $company_name1 in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 207
|
|
Warning: Undefined variable $minimum_education in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 209
|
Warning: Undefined variable $publish_date in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 210
|
Warning: Undefined variable $e_dat in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 211
|
}
else
{
?>
| |
Warning: Undefined variable $company_name1 in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 220
|
|
Warning: Undefined variable $minimum_education in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 222
|
Warning: Undefined variable $publish_date in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 223
|
Warning: Undefined variable $e_dat in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 224
|
}
//////////////////////////////////////
}
else // English
{
$resultx=mysql_query("SELECT DATE_Format('$e_dat1', '%W-%M-%Y-%d' ) as deadline1");
$rr = mysql_fetch_array($resultx);
$e_dat2=$rr["deadline1"];
list ($d2, $m2, $y2, $d) = explode('-', $e_dat2);
if($d<10) $d=str_replace("0","",$d);
$e_dat="$d2, $d $m2 $y2";
$e_dat.=remain($e_dat1,$lang);
if($sl%2)
{
?>
|
Warning: Undefined variable $sl in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 243
|
Warning: Undefined variable $company_name in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 244
|
|
Warning: Undefined variable $minimum_education in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 246
|
Warning: Undefined variable $publish_date in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 247
|
Warning: Undefined variable $e_dat in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 248
|
}
else
{
?>
|
Warning: Undefined variable $sl in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 256
|
Warning: Undefined variable $company_name in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 257
|
|
Warning: Undefined variable $minimum_education in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 259
|
Warning: Undefined variable $publish_date in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 260
|
Warning: Undefined variable $e_dat in /home/websitesbd/public_html/job.com.bd/jobs/fresh_jobs/index.php on line 261
|
}
} // else language
$start1++;
} ///while End
?>
if($totrow>10)
{
?>
Result :
if($start1>10)
{
$xx=$start1%10;
if($xx==0)
$cc=$start1-20;
else $cc=$start1-$xx-10;
?>
PREVIOUS
}
$a=1;
for($i=0; $i<$totrow; $i=$i+10)
{
$last_1=$i+10;
if($start1==$last_1)
echo " [$a] ";
else echo " [$a] ";
$a++;
}
if($start1!=$totrow)
{
?>
NEXT
}
?>
|
}
} //if(result)
} //if(totrow)
else
{
?>
| No job available category.
|
}
?>
|