|
|
|
ขอความช่วยเหลือเกี่ยวกับการส่งค่าพารามิเตอร์จาก form หน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
<form action="cart.php?UserID=<?php echo $row_rrddss['UserID']; ?>" name="form1" method="post" onSubmit="return checkform(this,<? echo $unit; ?>);">
มันไม่ส่งUserIDอ่ะครับ
|
|
|
|
|
Date :
2013-06-25 04:15:40 |
By :
Motoki99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<form action="cart.php?UserID=<?php echo $_GET['UserID']; ?>" method="post" onSubmit="return checkform(this,<? echo $unit; ?>);">
แบบนี้ป่าวครับแต่มันส่งไม่ไปอะครับ
|
|
|
|
|
Date :
2013-06-25 06:03:33 |
By :
motoki99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2013-06-25 06:30:11 |
By :
Motoki99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<form action="cart.php?UserID=<?php echo $_GET['UserID']; ?>" method="post" onSubmit="return checkform(this,<? echo $unit; ?>);">
<input name="add" type="hidden" value="<? echo $product_title; ?>">
<input name="price" type="hidden" value="<? echo $priceperunit; ?>">
<input type="hidden" name="product_id" value="<?echo $product_id; ?>">
<input name="UserID" type="hidden" id="UserID" value="<?php echo $row_rrddss['UserID']; ?>">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border: 1px dashed #800000" bordercolor="#111111" width="90%" id="AutoNumber1">
<tr>
<td width="34%" style="border: 1px dashed #800000">
<p align="right">จำนวนชิ้นที่จะซื้อ
: </td>
<td width="66%" style="border: 1px dashed #800000"> <input name="qty" type="text" size="36" maxlength="5"><? echo $UserID; ?></td>
</tr>
<tr>
<td width="100%" colspan="2" style="border: 1px dashed #800000"><center> <input type="submit" value="เพิ่มลงตะกร้าสินค้า" name="submit" />
</center>
|
|
|
|
|
Date :
2013-06-25 06:31:47 |
By :
Motoki99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เป็นผมจะใช้วิธีนี้
Code (PHP)
<form action="cart.php" method="post" onSubmit="return checkform(this,<? echo $unit; ?>);">
<input type='hidden' name='UserID' value='<?php echo $_GET['UserID'];?>'>
ลองดูน่ะครับว่าได้ไหม๊
|
|
|
|
|
Date :
2013-06-25 10:15:23 |
By :
nut_ch31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|