|
|
|
รบกวนสอบถามปัญหาเกี่ยวกับการ select mysql และการใช้งาน checkbox หน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
$sql="select * from cdr where lastapp='".$_POST["dial"]."' ";
|
|
|
|
|
Date :
2012-01-18 14:56:23 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หรืออีกวิธีหนึ่งครับ
Code (PHP)
$sql="select * from cdr where 1 ";
if($_POST["dial"] != "")
{
$sql.="lastapp='".$_POST["dial"]."' ";
}
|
|
|
|
|
Date :
2012-01-18 14:57:19 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมเห็นเป็น name น่ะครับ ไม่ใช่ value
|
|
|
|
|
Date :
2012-01-18 15:24:28 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2012-01-18 23:57:44 |
By :
SoNFaiYen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|