|
|
|
รบกวน... หน่อยนะครับคือว่าอยากจะเก็บค่าที่เป็นลิ้งใน array นะครับ |
|
|
|
|
|
|
|
โค้ดจะประมาณนี้นะครับ คือผมไม่รู้รูปแบบวิธีการเขียนนะครับ รบกวนหน่อยนะครับ
ประมาณแบบ <a href=''></a> ครับ
Code (PHP)
while ($row = mysql_fetch_array($qr)) {
$rows[] = array(
"id" => $row['Customer_ID'],
"cell" => array(
$row['Customer_ID']
,$row['Name']
,$row['Tel']
,$row['Install_Day']
---ลิ้ง-----------
)
);
}
ส่วนไฟล์นี้จะเป็นไฟล์ที่จะแสดงนะครับ
<script type="text/javascript">
$("#flex1").flexigrid({
url: 'post2.php',
dataType: 'json',
colModel : [
{display: 'ลำดับ', name : 'Customer_ID', width : 40, sortable : true, align: 'center'},
{display: 'หัวข้อบทความ', name : 'Name', width : 500, sortable : true, align: 'left'},
{display: 'คนอ่าน', name : 'Tel', width : 40, sortable : true, align: 'center'},
{display: 'วันที่', name : 'Install_Day', width : 100, sortable : true, align: 'center'}
],
Tag : PHP, MySQL
|
ประวัติการแก้ไข 2013-03-29 07:33:27
|
|
|
|
|
Date :
2013-03-29 07:22:32 |
By :
เกียรติศักดิ์ |
View :
779 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่ JSON หรือเปล่าครับ
jQuery Ajax กับ JSON (Web Service) ทำความเข้าใจ การรับส่งข้อมูล JSON ผ่าน jQuery กับ Ajax
|
|
|
|
|
Date :
2013-03-29 09:43:18 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับที่เก็บก็ประมาณนี้นะครับ
while ($row = mysql_fetch_array($qr)) {
$rows[] = array(
"id" => $row['Customer_ID'],
"cell" => array(
$row['Customer_ID']
,"<a href=\"customer_select.php?Customer_ID=".$row['Customer_ID']."/\" >".$row['Name']."</a>"
,$row['Tel']
,$row['Install_Day']
)
);
}
|
|
|
|
|
Date :
2013-03-29 15:53:39 |
By :
เกียรติศักดิ์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|