|
|
|
PHP ตามหา plug-in ที่ support gridview paging search |
|
|
|
|
|
|
|
รบกวนด้วยครับ
|
|
|
|
|
Date :
2011-07-20 12:29:37 |
By :
banking1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีแต่ที่เขียนเองครับ
Code (PHP)
<?
$strSort = $_GET["sort"];
if($strSort == "")
{
$strSort = "CustomerID";
}
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM customer ORDER BY ".$strSort." ASC";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="600" border="1">
<tr>
<th width="91"> <div align="center"><a href="<?=$_SERVER["PHP_SELF"];?>?sort=CustomerID">CustomerID</a></div></th>
<th width="98"> <div align="center"><a href="<?=$_SERVER["PHP_SELF"];?>?sort=Name">Name</a></div></th>
<th width="198"> <div align="center"><a href="<?=$_SERVER["PHP_SELF"];?>?sort=Email">Email</a></div></th>
<th width="97"> <div align="center"><a href="<?=$_SERVER["PHP_SELF"];?>?sort=CountryCode">CountryCode</a></div></th>
<th width="59"> <div align="center"><a href="<?=$_SERVER["PHP_SELF"];?>?sort=Budget">Budget</a></div></th>
<th width="71"> <div align="center"><a href="<?=$_SERVER["PHP_SELF"];?>?sort=Used">Used</a></div></th>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><div align="center"><?=$objResult["CustomerID"];?></div></td>
<td><?=$objResult["Name"];?></td>
<td><?=$objResult["Email"];?></td>
<td><div align="center"><?=$objResult["CountryCode"];?></div></td>
<td align="right"><?=$objResult["Budget"];?></td>
<td align="right"><?=$objResult["Used"];?></td>
</tr>
<?
}
?>
</table>
<?
mysql_close($objConnect);
?>
Go to : PHP Sorting Columns In MySQL คลิกที่ Column แล้วจัดเรียงข้อมูลด้วย PHP กับ MySQL
|
|
|
|
|
Date :
2011-07-20 12:45:16 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ พี่วิน ผมสมาชิกใหม่ครับ ^^
|
|
|
|
|
Date :
2011-07-20 14:04:44 |
By :
banking1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.datatables.net/
ผมใช้อันนี้ครับ
|
|
|
|
|
Date :
2011-07-20 14:40:29 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-07-20 15:03:05 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เห็น 3ท่าน นี้มาตอบบ่อยมาก ตอบได้สุดยอดด้วย ขอบคุณทุกท่านครับ
|
|
|
|
|
Date :
2011-07-20 17:42:37 |
By :
banking1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น้องปลากริมของผม สุดยอดดดดดดดดด ที่ 1 อยู่แล้วครับ
คุณวินให้ที่ 2 ละกัน ฮา...
ใช้ฟรีครับ. ผมก็ใช้ในงานที่ผมทำอยู่ แล้วมันสามารถทำงานกับข้อมูลปริมาณมาก ๆ ได้ไม่หน่วงดีครับ
หน้าตา ก็แล้วแต่ theme ของ jqueryUI มันไม่ตายตัวเรา Create เองได้
|
|
|
|
|
Date :
2011-07-20 19:38:32 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|