|
|
|
Fatal error: Call to undefined function select() in C:\AppServ\www\senio\borrow.php on line 104 รบกวนดุให้หน่อยคับ |
|
|
|
|
|
|
|
รบกวนช่วยดุไห้หน่อยคับ เป็นโค้ดตะกร้าอะคับ พอดีมันติดเยอะเรย ไม่ถนัดโค้ด รบกวนผู้รุ้ดุให้หน่อยคับ ขอบคุนคับ
<?
if(!isset($_SESSION)) {
session_start();
}
include("connect.php");
$usr=$_POST["username"];
$tbl = "book";
$sql=" select id_pro,pro_name,pro_type,price_pro from book where id_pro = '$_GET[id_pro]'";
$result=mysql_query($sql);
?>
<?
//============ Check ว่ามีซ้ำแล้วหรือยัง
if($_GET["id_pro"] != "")
{
for($i=0;$i<=count($_SESSION["strid_pro"]);$i++)
{
if($_SESSION["strid_pro"][$i] == $_GET["id_pro"])
{
header("location:$_SERVER[PHP_SELF]");
exit();
}
}
}
//============ ถ้ามีการเลือกรายการสินค้าให้เก็บลง Session
if(trim($_GET["id_pro"]) != "")
{
$_SESSION["strP"]=$_SESSION["strP"]+1;
$_SESSION["strid_pro"][$_SESSION[strP]]=$_GET["id_pro"];
$_SESSION["strQuanlity"][$_SESSION[strP]]=1;
session_write_close();
header("location:$_SERVER[PHP_SELF]");
}
//============ กรณีลบรายการสั่งซื้อ
if(trim($_GET["action"]) == "Del")
{
$_SESSION["strid_pro"][$_GET[P]]="";
$_SESSION["strQuanlity"][$_GET[P]]="";
session_write_close();
header("location:$_SERVER[PHP_SELF]");
}
//============ กรณีการแก้ไขรายการสั่งซื้อ
if(trim($_POST["action"]) == "Update")
{
for($i=0;$i<count($_POST["book_num"]);$i++)
{
$strP=$_POST[txtP][$i];
$strQ=$_POST["book_num"][$i];
if($strQ <= 0)
{
$strQ=1;
}
$_SESSION["strQuanlity"][$strP]=$strQ;
/*
$result=select("product","where 1=1 and ProductID='".$_SESSION["strProductID"][$strP]."'");
if($result["Stock"] < $strQ)
{
$_SESSION["strQuanlity"][$strP]=$result["Stock"];
echo"<script language='JavaScript'>";
echo"alert('รหัสสินค้า [ $result[ProductCode] ] มีจำนวน Stock ไม่เพียงพอ');";
echo"</script>";
}
*/
}
session_write_close();
//============ กระโดด Refresh ใหม่อีกรอบ
header("location:$_SERVER[PHP_SELF]");
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"/>
<script language="javascript">
function edt(id) {
if(confirm("กดปุ่ม OK เพื่อยืนยันการแก้ไขข้อมูล !!!")==true) {
window.location.href = "borrow.php?id_pro="+id;
}
}
</script>
<table width="900" border="1" >
<tr bgcolor="#CC9900">
<td width="128" align="center"> </td>
<td width="128" align="center">ชื่อรายการ</td>
<td width="128" align="center">ประเภทรายการ</td>
<td width="128" align="center">ฉบับที่</td>
<td width="128" align="center">ราคาจอง (บาท)</td>
<td width="128" align="center">ยอดราคาจอง (บาท)</td>
<td width="128" align="center">ลบ</td>
</tr>
<?
//============ ทำการแสงรายการที่ได้เลือกว่ามีกี่รายการ
$strNum=0;
$strTotal=0;
for($i=0;$i<=count($_SESSION["strid_pro"]);$i++)
{
//============ เลือกว่ารายการสินค้าใดบ้าง
$result=select("product","where 1=1 and ProductID='".$_SESSION["strProductID"]["$i"]."' ");
if($result)
{
$strNum++;
?>
<? while($rs=mysql_fetch_array($result)) { ?>
<tr>
<td><?=$strNum;?></td>
<td><?=$rs["pro_name"]?></td>
<td><?=$rs["pro_type"]?></td>
<td><input type="text" name="book_num" id="book_num"></td>
<td align="right"><?=number_format($rs["price_pro"],2)?></td>
<td> <?="".number_format(($rs["price_pro"]+$rs["PriceSend"])*$_SESSION["strQuanlity"]["$i"], 2,'.',',');?></td>
<td><a href="javascript:if(confirm('ลบรายการสินค้า')==true){window.location='<?=$_SERVER['PHP_SELF'];?>?action=Del&P=<?=$i;?>';}"><img src="image/No.png" width="32" height="32" onClick="edt('<?=$rs['id_pro']?>');" style="cursor:hand;"/></td>
</tr>
<? } }
}
?>
</table>
<table width="900" border="0">
<tr>
<td><input type="submit" name="ตกลง"></td>
<td><input type="reset" name="ยกเลิก"></td>
<td><input type="button" onClick="" name=""></td>
</tr>
</table>
Tag : PHP, HTML/CSS, CakePHP, Web (ASP.NET), Win (Windows App)
|
|
|
|
|
|
Date :
2010-09-25 14:59:39 |
By :
pommy |
View :
1926 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หา function select ไม่เจอครับ
|
|
|
|
|
Date :
2010-09-25 15:29:35 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fatal error: Call to undefined function select() in C:\AppServ\www\senio\borrow.php on line 104 มันบอกว่าตรงบรรทัด104 ตรง
i[d;oz6hi6hf6.shsojvp8y[
|
|
|
|
|
Date :
2010-09-25 15:51:17 |
By :
pommy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fatal error: Call to undefined function select() in C:\AppServ\www\senio\borrow.php on line 104
มันบอกว่า ไม่สามารถเรียกฟังก์ชัน select มาใช้ได้ ลองเปลี่ยนเป็น
Code (PHP)
<?
//============ เลือกว่ารายการสินค้าใดบ้าง
$sql="select * from product where 1=1 and ProductID='".$_SESSION["strProductID"]["$i"]."'";
$result=mysql_query($sql);
//$result=select("product","where 1=1 and ProductID='".$_SESSION["strProductID"]["$i"]."' ");
if($result)
{
$strNum++;
?>
|
ประวัติการแก้ไข 2010-09-25 16:09:11
|
|
|
|
Date :
2010-09-25 16:06:20 |
By :
ilikeprogramming |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะลืม include ไฟล์ที่เก็บ function เข้ามาน่ะครับ
|
|
|
|
|
Date :
2010-09-25 16:07:24 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุนมากคับ แล้ว temp table อะคับ สร้างยังไงอะ
|
|
|
|
|
Date :
2010-09-25 17:02:51 |
By :
pommy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|