$c=$_GET['c'];
$p=$_GET['p'];
if($p) $start1=$p; else $start1=0;
$localTime=now();
$result_localTime=mysql_query("SELECT DATE_ADD('$localTime', INTERVAL '24:00' HOUR) as local");
$row_localTime = mysql_fetch_array($result_localTime);
$localTime=$row_localTime["local"];
list($tomorrow,$other)=explode(' ',$localTime);
/////////////
$result_totrow_bangla = mysql_query("select jobid from jobs WHERE lang='1' AND deadline='$tomorrow' ");
$totrowBangla = mysql_num_rows($result_totrow_bangla);
$result_totrow = mysql_query("select jobid from jobs WHERE deadline='$tomorrow' ");
$totrow = mysql_num_rows($result_totrow);
$totrowEnglish=$totrow-$totrowBangla;
/////////////////
if(!$totrow=="0")
{
$result = mysql_query("select * from jobs WHERE deadline='$tomorrow' 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.
Tomorrow is the last date to apply the following jobs:
if($totrowEnglish>=1)
{
?>
}
if($totrowBangla>=1)
{
?>
}
if($totrowEnglish=="0" AND $totrowBangla=="0")
{
?>
Warning: Undefined variable $totrow in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 135
}
?>
Result:
Warning: Undefined variable $st_end in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 140
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/deadline_tomorrow/index.php on line 203
Warning: Undefined variable $company_name1 in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 204
Warning: Undefined variable $minimum_education in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 206
Warning: Undefined variable $publish_date in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 207
Warning: Undefined variable $e_dat in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 208
}
else
{
?>
Warning: Undefined variable $company_name1 in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 217
Warning: Undefined variable $minimum_education in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 219
Warning: Undefined variable $publish_date in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 220
Warning: Undefined variable $e_dat in /home/websitesbd/public_html/job.com.bd/jobs/deadline_tomorrow/index.php on line 221