ข่าวทุนการศึกษา
-
$number=1;
$smonth=mysql_real_escape_string($smonth);
$syear=mysql_real_escape_string($syear);
$stitle=mysql_real_escape_string($stitle);
//--------------------------------------------------------------------------
if(($smonth!='')||($syear!='')||($stitle!=''))
{
$condition="";
if($smonth!='')
$condition =$condition."and month(prdate)='$smonth' ";
if($syear!=''){
$ssyear=$syear-543;
$condition = $condition."and year(prdate)='$ssyear' ";
}
if($stitle!='')
$condition = $condition."and prtitle like '%$stitle%' ";
$condition = " where ((jobname like '%บริการ%') or (jobname like '%ทุน%')) ".$condition;
$sql="select * from tbpr $condition order by prid desc";
}else{
$sql="select * from tbpr where ((jobname like '%บริการ%') or (jobname like '%ทุน%')) order by prid desc limit 20 ";
}
//--------------------------------------------------------------------------
//echo $sql;
$result=mysql_query($sql) or die(mysql_error());
while($row=mysql_fetch_array($result))
{
$number++;
?>
- if ($number % 2 == 0 ){ ?> } else { ?> } ?> if($row['prtype']=='file') { ?> }else{ ?> } ?> echo htmlspecialchars($row["prtitle"]); ?> if($row['showicon']=='Y'){ ?> } ?> } ?>
"; } ?>