|
|
|
ใครพอมีความรู้เรื่องฟังก์ชันช่วยดูให้หน่อยครับว่ามันผิดตรงไหนมั่งอ่าครับพอดีเขียนฟังก์ชั่นไม่เป็น |
|
|
|
|
|
|
|
function select('$_POST[ddlfree]')Code (PHP)
{<select name="ddlfree" class="txtbox" onChange="MM_jumpMenu('parent',this,0)">
<option value="">กรุณาเลือกรายการของแถม</option>
//=========== แสดงหมวดหมู่
$sql_group = "select * from product order by ProductName desc";
$dbquery_group = mysql_query($sql_group);
$num_rows_group = mysql_num_rows($dbquery_group);
while ($result = mysql_fetch_array($dbquery_group))
{
if(($_POST["ddlfree"] == $result["ProductName"])and "".number_format($strTotal, 2,'.',',')>=1000)
{
$sel="selected";
}
else
{
$sel="";
}
?>
<option value="<?=$result["ProductName"];?>" <?=$sel;?>><?=$result["ProductName"];?> - <?=$result["Price"];?> บาท</option>
<?
</select>
}
ผิดตรงไหนช่วยแก้ให้ทีนะครับพอดีไม่มีความรู้เรื่องนี้เลย
Tag : PHP, Ms Access, MySQL, HTML/CSS, CakePHP, Report Others
|
|
|
|
|
|
Date :
2010-11-07 11:56:26 |
By :
494244091 |
View :
1246 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|