|
|
|
รบกวนพี่ๆช่วยดูให้หน่อยค่ะว่าโค้ดหน้าโชว์ข้อมูลนี้มันผิดตรงไหนทำไม่ foooter ไม่ขึ้นค่ะ |
|
|
|
|
|
|
|
คือตรง footer มันไม่ออกค่ะไม่รู้ผิดตรงไหนค่ะ......ช่วยดูให้หน่อยนะค่ะ
<?php include("head.php"); ?>
<? include_once "connDB.php"; ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<title>::: ข้อมูลกิจกรรมความร่วมมือกับต่างประเทศ:::</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
<fieldset class="uiforms-fieldset ui-widget-content ui-corner-all"
style="width: 1120px;"><legend
class="uiforms-legend ui-widget-header ui-corner-all"> <font
face="4815_KwangMD_Catthai" size="5" color="#000000"><b>ข้อมูลกิจกรรมความร่วมมือกับต่างประเทศ</b></font></legend>
<?
if(!isset($start)){
$start = 0;
$page=1;
}
$limit = '10';
$Qtotal = mysql_query("select * from dbcooperation");
$total = mysql_num_rows($Qtotal);
$Query= mysql_query("select * from dbcooperation order by id DESC LIMIT $start,$limit");
$totalp = mysql_num_rows($Query);
$xx=$totalp+$start;
$yy=$start+1;
echo "<font face = 4815_KwangMD_Catthai size = 5 >"."ข้อมูลที่ "."</font>".$yy."<font face = 4815_KwangMD_Catthai size = 5 >"." ถึงข้อมูลที่ "."</font> ".$xx;
printf("<font face = 4815_KwangMD_Catthai size = 5 >"." | จากทั้งหมด %d รายการ "."</font>",$total);
printf("<font face = 4815_KwangMD_Catthai size = 5 >"." | หน้าที่ %d <br />"."</font>",$page);
?><br>
<h2><font face = "4815_KwangMD_Catthai" size = "6" color='#000000' > ข้อมูลกิจกรรมความร่วมมือกับต่างประเทศ </font></h2>
<table border="2" cellpadding="0" cellspacing="0" bgcolor = "#FoFoFo">
<tr bgcolor="#FFA500 ">
<th width="180"><font face = "4815_KwangMD_Catthai" size = "5" ><B>หน่วยงาน</B></font></th>
<th width="200"><font face = "4815_KwangMD_Catthai" size = "5" ><B>ประเภทกิจกรรม</B></font></th>
<th width="200"><font face = "4815_KwangMD_Catthai" size = "5" ><B>ชื่อ-สกุล</B></font></th>
<th width="386"><font face = "4815_KwangMD_Catthai" size = "5" ><B>รายละเอียด</B></font></th>
</tr>
<?
while($arr = mysql_fetch_array($Query)){
$autoid = $arr['id'];
$i++;
if($i%2==0){
$bg = "#CCCCCC";
}else{
$bg = "#FFFFFF";
}//bgcolor="$bg" onmouseover="this.style.backgroundColor='#CCFFCC'" onmouseout="this.style.backgroundColor=''" valign="top"
echo "<tr bgcolor= $bg onmouseover=this.style.backgroundColor=#CCFFCC onmouseout=this.style.backgroundColor='' valign=top>".
"<td align='center'>" ."<br>"."<font face = 'MS Sans Serif' size = '2'>". $arr ['institute'] ."</font>". "</td>" .
"<td align='left'>" ."<br>" ."<font face = 'MS Sans Serif' size = '2'>". $arr ['activities'] ."</font". "</td>" .
"<td align='center'>" ."<br>" ."<font face = 'MS Sans Serif' size = '2'>". $arr ['title'] . $arr ['name'] ."</font>". "</td>" .
"<td align='left'>" ."<br>" ."<font face = 'MS Sans Serif' size = '2'>". $arr ['details']."</font>" ."<br>"."
<font face = 'MS Sans Serif' size = '2' color='navy'>วันที่ดำเนินกิจกรรม :</font>" . DateThai($arr ['durationsince'])."</font>"."
<font face = 'MS Sans Serif' size = '2' color='navy'>ถึง</font> ".DateThai($arr ['durationto'])."<br>"."
<font face = 'MS Sans Serif' size = '2' color='navy'> แหล่งงบประมาณ :</font>".$arr ['fund']."<br>"."<br>"."</td>"."</tr>";
}
function DateThai($strDate)
{
$strYear = date("Y",strtotime($strDate))+543;
$strMonth= date("n",strtotime($strDate));
$strDay= date("j",strtotime($strDate));
$strHour= date("H",strtotime($strDate));
$strMinute= date("i",strtotime($strDate));
$strSeconds= date("s",strtotime($strDate));
$strMonthCut = Array("","ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค.");
$strMonthThai=$strMonthCut[$strMonth];
return "$strDay $strMonthThai $strYear";
}
return $strDate = "2008-08-14 ";
//function convertDateFormatShow($yyyyMMdd){
//input: $yyyyMMdd = 2011-08-20
//$ddMMyyyy = "";
//if($yyyyMMdd!=null || $yyyyMMdd !=""){
//$obj = explode("-",$yyyyMMdd);
//$ddMMyyyy = $obj[2]."-".$obj[1]."-".$obj[0];
//$a = " $ddMMyyyy";
//list($d,$m,$y) = explode("-",$a);
//}
// return $thisyear = $d."-".$m."-".($y+543);
//}
?>
</table>
<div id="footer">
<? if($submit=="" or $show=="OK"){
$page = ceil($total/$limit);
for($i=1;$i<=$page;$i++){
if($_GET['page']==$i){
echo "[<a href='?start=".$limit*($i-1)."&page=$i&strSearch=$strSearch&Search=$Search&Search2=$Search2'><B>$i</B></A>]";
}else{
echo "[<a href='?start=".$limit*($i-1)."&page=$i&strSearch=$strSearch&Search=$Search&Search2=$Search2'>$i</A>]";
}}} ?>
</div>
</fieldset>
</center>
</body></html>
Tag : PHP, HTML/CSS
|
|
|
|
|
|
Date :
2012-03-07 11:05:44 |
By :
Yarindaaa |
View :
1011 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรงนี้แหละค่ะ
|
|
|
|
|
Date :
2012-03-07 11:10:25 |
By :
Yarindaaa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวแปร $submit และตัวแปร $show มาจากตรงไหนก็ไปเช็คค่าของมันตรงนั้นครับ ว่ามันมีการกำหนดค่าจากที่ใด
เพราะเงื่อนไขที่จะแสดงหรือไม่แสดงของคุณมันขึ้นอยู่กับตัวแปรสองตัวนี้
|
|
|
|
|
Date :
2012-03-07 11:29:10 |
By :
actioncookie |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|