|
|
|
ขึ้น Warning: implode() [function.implode]: Invalid arguments passed in C:\AppServ\www\ |
|
|
|
|
|
|
|
Code (PHP)
if(is_array($_POST["txtComputer"]))
$skillComputer = implode(",", $_POST["txtComputer"]);
else
$skillComputer = $_POST["txtComputer"];
if(is_array($_POST["txtDriver"]))
$driver = implode(",", $_POST["txtDriver"]);
else
$driver = $_POST["txtDriver"];
if(is_array($_POST["txtVehicle"]))
$vehicle = implode(",", $_POST["txtVehicle"]);
else
$vehicle = $_POST["txtVehicle"];
จากการสันนิษฐานคือ ตัวแปร $_POST ที่รับค่าจาก checkbox ถ้ามีการส่งค่ามามากกว่าหนึ่งค่า เค้าก็จะเป็นอาร์เรย์ แต่ถ้าไม่มีการ checking เลยจะถือเป็นตัวแปรธรรมดาไม่ได้เป็นอาร์เรย์ครับ จึงแจ้ง warning ออกมา
|
|
|
|
|
Date :
2012-02-10 14:36:14 |
By :
Unidentier |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วคะ ขอบคุณมากนะค่ะ
|
|
|
|
|
Date :
2012-02-10 15:26:09 |
By :
Poster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|