|
|
|
เรียงลำดับการทำงานของ code ให้ทำ ส่วนที่ดึงข้อมูลมาก่อน แล้วแสดงเนื้อหาที่เหลือภายหลัง ยังไง |
|
|
|
|
|
|
|
บบรทัดที่ 96 <body> เกินมาลองลบออกดูครับ
|
|
|
|
|
Date :
2012-08-08 20:49:01 |
By :
narubet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลบ ออกแล้วไม่หายครับ
อยากรู้ว่าปกติทำได้มัย ถ้าได้จะลองทำใหม่ดูนะครับ
|
|
|
|
|
Date :
2012-08-08 23:16:08 |
By :
kingofdaeth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอฐานข้อมูลหน่อยครับ
|
|
|
|
|
Date :
2012-08-08 23:37:10 |
By :
weaned |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี่ฐานข้อมูลครับ ผมว่าไม่่เกี่ยวที่ตรงนี้นะ ครับ เพราะผมต้องการให้ form เรียงลำดับน้อยไปมาก ลงมาอยู่ใต้ตาราง
|
ประวัติการแก้ไข 2012-08-08 23:59:21
|
|
|
|
Date :
2012-08-08 23:52:46 |
By :
kingofdaeth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวอย่างการแทรก Loop ครับ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP & MySQL Tutorial</title>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="600" border="1">
<tr>
<th width="91"> <div align="center">CustomerID </div></th>
<th width="98"> <div align="center">Name </div></th>
<th width="198"> <div align="center">Email </div></th>
<th width="97"> <div align="center">CountryCode </div></th>
<th width="59"> <div align="center">Budget </div></th>
<th width="71"> <div align="center">Used </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);
?>
</body>
</html>
|
|
|
|
|
Date :
2012-08-09 06:17:56 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอ export database ออกมานะครับ เดวข้อมูลไม่ตรง
|
|
|
|
|
Date :
2012-08-09 15:30:08 |
By :
weaned |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือปัญหาผมคือ ย้ายไอ้เจ้า form เรียง นี่ลงมาข้างใต้ ตารางได้ไง
|
|
|
|
|
Date :
2012-08-09 15:46:44 |
By :
kingofdaeth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเอาไปดู ถ้าไม่ได้เอาฐานข้อมูลมาป่ะนะ เดวแก้ให้ได้
<?
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AdminTransfer</title>
<style type="text/css">
#form1 {
font-size: 14px;
}
</style>
</head>
<body >
ตารางแจ้งการโอนเงิน
<?php
$host = "localhost";
$user = "root";
$passwd ="pp1241";
$dbname = "Register";
mysql_connect($host,$user,$passwd) or die ("ติดต่อ Host ไม่ได้");
mysql_select_db ($dbname) or die ("ติดต่อฐานข้อมูลไม่ได้");
mysql_query("set NAMES utf8");
$sqluser = "select * from money ";
$dbquery = mysql_db_query($dbname , $sqluser);
$num_rowsuser = mysql_num_rows($dbquery);
print "<br><table border=1 bgcolor=#FF00FF>";
print "<tr bgcolor=#FFFF66>";
print "<td align=center >ลำดับ</td>";
print "<td align=center >username</td>";
print "<td align=center >ชื่อ</td>";
print "<td align=center >นามสกุล</td>";
print "<td align=center >เลขบัตรประชาชน</td>";
print "<td align=center >เบอร์โทรศัพท์</td>";
print "<td align=center >ธนาคาร</td>";
print "<td align=center >ชื่อบัญชี</td>";
print "<td align=center >เลขที่บัญชี</td>";
print "<td align=center >วันที่โอน</td>";
print "<td align=center onclick=action=checkmoney >เวลาที่โอน</td>";
print "<td align=center >วันเวลาที่แจ้งการโอน</td>";
print "<td align=center >หมายเหตุ</td>";
print "<td align=center >ผลการตรวจสอบ</td>";
print "<td align=center >เงินที่ได้</td>";
print "</tr>";
while ($array = mysql_fetch_array($dbquery))
{
$a_id_money = $array['id_money'];
$a_username = $array['username'];
$a_name = $array['name'];
$a_lastname = $array['lastname'];
$a_id_card = $array['Id_card'];
$a_tel = $array['tel'];
$a_bank = $array['bank'];
$a_bankuser = $array['bankuser'];
$a_bankid = $array['bankid'];
$a_money = $array['money'];
$a_date = $array['date'];
$a_time = $array['time'];
$a_psottime = $array['psottime'];
$a_comment = $array['comment'];
$a_check = $array['check'];
print "<tr bgcolor=#FFFF66 bordercolor=#9933FF >";
print "<td align=center>$a_id_money</td>";
print "<td align=center>$a_username</td>";
print "<td align=center>$a_name</td>";
print "<td align=center>$a_lastname</td>";
print "<td align=center>$a_id_card</td>";
print "<td align=center>$a_tel</td>";
print "<td align=center>$a_bank</td>";
print "<td align=center>$a_bankuser</td>";
print "<td align=center>$a_bankid</td>";
print "<td align=center>$a_date</td>";
print "<td align=center>$a_time</td>";
print "<td align=center>$a_psottime</td>";
print "<td align=center>$a_comment</td>";
print " <td align=center>$a_check</td>";
print "<td align=center><form id=form1 name=form1 method=post action=checkmoney>
<label for=money></label>
<input name=money type=text id=money size=6 />
<label for=id_money></label>
<input name=id_money type=hidden id=id_money size=4 maxlength=4 value=$a_id_money />
<input type=submit name=button id=buttonvalue=Submit />
</form><t/d>";
print "</tr>";
print "</table>";
}
mysql_close();
?>
<form id="form1" name="form1" method="post" action="">
<span id="form1">เรียง</span>
<select name="select2" id="select2">
<option value="ลำดับ">ลำดับ</option>
<option value="username">username</option>
<option value="วันที่โอน">วันที่โอน</option>
<option value="ผลการตรวจสอบ">ผลการตรวจสอบ</option>
</select>
<label for="select3"></label>
<select name="select3" id="select3">
<option value="น้อยไปมาก">น้อยไปมาก</option>
<option value="มากไปน้อย">มากไปน้อย</option>
</select>
<input type="submit" name="button" id="button" value="ตกลง" />
</form>
</body>
</html>
|
|
|
|
|
Date :
2012-08-09 17:39:20 |
By :
weaned |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AdminTransfer</title>
<style type="text/css">
#form1 {
font-size: 14px;
}
</style>
</head>
<body >
ตารางแจ้งการโอนเงิน
<?php
$host = "localhost";
$user = "root";
$passwd ="pp1241";
$dbname = "Register";
mysql_connect($host,$user,$passwd) or die ("ติดต่อ Host ไม่ได้");
mysql_select_db ($dbname) or die ("ติดต่อฐานข้อมูลไม่ได้");
mysql_query("set NAMES utf8");
$sqluser = "select * from `money` ";
$dbquery = mysql_db_query($dbname , $sqluser);
$num_rowsuser = mysql_num_rows($dbquery);
print "<br><table border=1 bgcolor=#FF00FF>";
print "<tr bgcolor=#FFFF66>";
print "<td align=center >ลำดับ</td>";
print "<td align=center >username</td>";
print "<td align=center >ชื่อ</td>";
print "<td align=center >นามสกุล</td>";
print "<td align=center >เลขบัตรประชาชน</td>";
print "<td align=center >เบอร์โทรศัพท์</td>";
print "<td align=center >ธนาคาร</td>";
print "<td align=center >ชื่อบัญชี</td>";
print "<td align=center >เลขที่บัญชี</td>";
print "<td align=center >วันที่โอน</td>";
print "<td align=center onclick=action=checkmoney >เวลาที่โอน</td>";
print "<td align=center >วันเวลาที่แจ้งการโอน</td>";
print "<td align=center >หมายเหตุ</td>";
print "<td align=center >ผลการตรวจสอบ</td>";
print "<td align=center >เงินที่ได้</td>";
print "</tr>";
while ($array = mysql_fetch_array($dbquery))
{
$a_id_money = $array['id_money'];
$a_username = $array['username'];
$a_name = $array['name'];
$a_lastname = $array['lastname'];
$a_id_card = $array['Id_card'];
$a_tel = $array['tel'];
$a_bank = $array['bank'];
$a_bankuser = $array['bankuser'];
$a_bankid = $array['bankid'];
$a_money = $array['money'];
$a_date = $array['date'];
$a_time = $array['time'];
$a_psottime = $array['psottime'];
$a_comment = $array['comment'];
$a_check = $array['check'];
print "<tr bgcolor=#FFFF66 bordercolor=#9933FF >";
print "<td align=center>$a_id_money</td>";
print "<td align=center>$a_username</td>";
print "<td align=center>$a_name</td>";
print "<td align=center>$a_lastname</td>";
print "<td align=center>$a_id_card</td>";
print "<td align=center>$a_tel</td>";
print "<td align=center>$a_bank</td>";
print "<td align=center>$a_bankuser</td>";
print "<td align=center>$a_bankid</td>";
print "<td align=center>$a_date</td>";
print "<td align=center>$a_time</td>";
print "<td align=center>$a_psottime</td>";
print "<td align=center>$a_comment</td>";
print " <td align=center>$a_check</td>";
print "<td align=center><form id=form1 name=form1 method=post action=checkmoney>
<label for=money></label>
<input name=money type=text id=money size=6 />
<label for=id_money></label>
<input name=id_money type=hidden id=id_money size=4 maxlength=4 value=$a_id_money />
<input type=submit name=button id=buttonvalue=Submit />
</form><t/d>";
print "</tr>";
}
print "</table>";
mysql_close();
?>
<br />
<form id="form1" name="form1" method="post" action="">
<span id="form1">เรียง</span>
<select name="select2" id="select2">
<option value="ลำดับ">ลำดับ</option>
<option value="username">username</option>
<option value="วันที่โอน">วันที่โอน</option>
<option value="ผลการตรวจสอบ">ผลการตรวจสอบ</option>
</select>
<label for="select3"></label>
<select name="select3" id="select3">
<option value="น้อยไปมาก">น้อยไปมาก</option>
<option value="มากไปน้อย">มากไปน้อย</option>
</select>
<input type="submit" name="button" id="button" value="ตกลง" />
</form>
</body>
</html>
น่าจะลืมปิด </table> น่ะครับ
|
ประวัติการแก้ไข 2012-08-10 14:36:34
|
|
|
|
Date :
2012-08-10 14:34:13 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่เลยครับ แค่ลืมปิด table ขอบคุณมากนะครับ
|
|
|
|
|
Date :
2012-08-10 19:38:04 |
By :
kingofdaeth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|