|
|
|
มี textbox array ค่ะ และต้องการส่งค่าข้อมูลที่เป็น array เพื่อไปแสดงใน textbox array ต้องเขียนยังไงค่ะ |
|
|
|
|
|
|
|
ไม่รู้ว่าเข้าใจถูกรึเปล่านะครับ
Code (PHP)
$array_animal = array('หมา','แมว','ลิง');
for($i=0;$i<=count($array_animal)-1;$i++){
<input type="text" name="txtName[$i]" id="txtName[$i]" value="$array_animal[$i]">
}
|
ประวัติการแก้ไข 2011-12-21 10:19:33
|
|
|
|
Date :
2011-12-21 10:17:44 |
By :
evanesscaz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|