|
|
|
ช่วยแก้ทีครับ วนรูป sql กับ ตาราง ครับ รายละเอียดด้านใน |
|
|
|
|
|
|
|
Code (PHP)
<table width="18%" border="0" cellpadding="0" cellspacing="0">
<?php
include("config.inc.php");
$sql = "SELECT * FROM main_manu,manu1 WHERE m_m_id=m_m_m_id";
$result = mysql_query($sql);
$tempname="";
while($data = mysql_fetch_array($result)){
if($tempname!=$data["m_m_name"]){
?>
<tr>
<td width="24" height="22" bgcolor="#999999"><div align="center"><img src="icon/icon.jpg" width="13" height="12" /></div></td>
<td width="153" bgcolor="#990000"><div align="center" class="style1"><?php echo "$data[m_m_name]"; $tempname=$data["m_m_name"]; } ?></div></td>
</tr>
} ?>
<tr>
<td colspan="2">
<hr width="99%" style="border:1px dotted #333333">
<?php echo "<img src='icon/arrow_142.gif' width='9' height='12'/> $data[m1_name]"; ?></td>
</tr>
<?php }?>
<tr>
<td colspan="2"><hr width="99%" style="border:1px dotted #333333"></td>
</tr>
</table>
|
|
|
|
|
Date :
2011-06-18 15:58:59 |
By :
Unidentifier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<table width="18%" border="0" cellpadding="0" cellspacing="0">
<?php
include("config.inc.php");
$sql = "SELECT * FROM main_manu,manu1 WHERE m_m_id=m_m_m_id";
$result = mysql_query($sql);
$tempname="";
while($data = mysql_fetch_array($result)){
if($tempname!=$data["m_m_name"]){
?>
<tr>
<td width="24" height="22" bgcolor="#999999"><div align="center"><img src="icon/icon.jpg" width="13" height="12" /></div></td>
<td width="153" bgcolor="#990000"><div align="center" class="style1"><?php echo "$data[m_m_name]"; $tempname=$data["m_m_name"]; } ?></div></td>
</tr>
<?php } ?>
<tr>
<td colspan="2">
<hr width="99%" style="border:1px dotted #333333">
<?php echo "<img src='icon/arrow_142.gif' width='9' height='12'/> $data[m1_name]"; ?></td>
</tr>
<?php }?>
<tr>
<td colspan="2"><hr width="99%" style="border:1px dotted #333333"></td>
</tr>
</table>
|
|
|
|
|
Date :
2011-06-18 16:00:10 |
By :
Unidentifier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆ ครับ ขอให้เจริญๆ
|
|
|
|
|
Date :
2011-06-18 16:04:33 |
By :
systemanalysis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมมีคำถามมา ถามอีกครับ
ตัวอย่างนะครับ
http://bit-server.sytes.net/k/2.php
ทำไมตรงใต้ผลลัพท์ 3333333333
ทำยังไงถึงจะให้มันมีเส้น เหมือนกับ 66666666666 อะครับ
|
ประวัติการแก้ไข 2011-06-18 16:10:52
|
|
|
|
Date :
2011-06-18 16:08:19 |
By :
systemanalysis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะเพิ่มเข้าไปที่ บรรทัดที่ 15 นะครับ
ก่อน </tr>
<td colspan="2"><hr width="99%" style="border:1px dotted #333333"></td>
|
|
|
|
|
Date :
2011-06-18 16:31:51 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รองแล้วครับไม่ได้ครับ ตัวอย่าง code นะครับ จะเพิ่มเข้าไปในบรรทัดไหนหรอ
Code (PHP)
<table width="18%" border="0" cellpadding="0" cellspacing="0">
<?php
include("config.inc.php");
$sql = "SELECT * FROM main_manu,manu1 WHERE m_m_id=m_m_m_id";
$result = mysql_query($sql);
$tempname="";
while($data = mysql_fetch_array($result)){
if($tempname!=$data["m_m_name"]){
?>
<tr>
<td width="24" height="22" bgcolor="#999999"><div align="center"><img src="icon/icon.jpg" width="13" height="12" /></div></td>
<td width="153" bgcolor="#990000"><div align="center" class="style1"><?php echo "$data[m_m_name]"; $tempname=$data["m_m_name"]; } ?></div></td>
</tr>
<tr>
<td colspan="2">
<hr width="99%" style="border:1px dotted #333333">
<?php echo "<img src='icon/arrow_142.gif' width='9' height='12'/> $data[m1_name]"; ?></td>
</tr>
<?php }?>
<tr>
<td colspan="2"><hr width="99%" style="border:1px dotted #333333"></td>
</tr>
</table>
|
|
|
|
|
Date :
2011-06-18 16:43:50 |
By :
systemanalysis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมว่าไม่มีจะดูสวยกว่า เพราะเรามีกราฟฟิคที่เป็นแท่งสีนำตาลเลือดหมู ถืว่าเป็นการเริ่มขึ้นเมนูใหม่
|
|
|
|
|
Date :
2011-06-18 16:56:59 |
By :
Unidentifier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบนี้จะดูดีกว่ามั้งครับ
Code (PHP)
<table width="18%" border="0" cellpadding="0" cellspacing="0">
<?php
include("config.inc.php");
$sql = "SELECT * FROM main_manu,manu1 WHERE m_m_id=m_m_m_id";
$result = mysql_query($sql);
$tempname="";
while($data = mysql_fetch_array($result)){
if($tempname!=$data["m_m_name"]){
?>
<tr>
<td width="24" height="22" bgcolor="#999999"><div align="center"><img src="icon/icon.jpg" width="13" height="12" /></div></td>
<td width="153" bgcolor="#990000"><div align="center" class="style1"><?php echo "$data[m_m_name]"; $tempname=$data["m_m_name"]; } ?></div></td>
</tr>
<tr>
<td colspan="2">
<hr width="99%" style="border:1px dotted #333333">
<?php echo "<img src='icon/arrow_142.gif' width='9' height='12'/> $data[m1_name]"; ?></td>
</tr>
<tr>
<td colspan="2"><hr width="99%" style="border:1px dotted #333333"></td>
</tr>
<?php }?>
</table>
|
|
|
|
|
Date :
2011-06-18 17:00:42 |
By :
Unidentifier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับๆๆๆ ขอบคุณสำหรับทุกความคิดเห็น แต่ถ้าทำได้แบบที่ผมบอกก็คง ดี แต่ผมก็คงรองหมดทุกหนทางแล้วแต่มันก็ยังไม่ได้อยู่ดี
|
|
|
|
|
Date :
2011-06-18 17:05:38 |
By :
systemanalysis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อิอิ สวยไปอีกแบบ ลองเล่นสลับไปมาดูน่ะครับ เดี๋ยวก็ได้เอง
|
|
|
|
|
Date :
2011-06-18 17:14:47 |
By :
Unidentifier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รองมาตลอด ทั้งคืน แค่เส้น เส้นๆเดียวนี้แหละครับ เอาสะ เหนื่อยเลยทีเดียว เหอๆ
|
|
|
|
|
Date :
2011-06-18 17:16:18 |
By :
systemanalysis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|