|
|
|
การ insert ค่าที่เป็น array ต้องทำอย่างไร คือว่าต้องการทราบว่าเวลาเราต้องการบันทึกค่าเข้าไปทีหละหลายค่าในลักษณะที่เป็น array |
|
|
|
|
|
|
|
use function : string implode ( string glue, array pieces )
<?php
$array = array('lastname','email','phone');
$comma_separated = implode(",", $array);
echo $comma_separated ; // lastname,email,phone
?>
|
|
|
|
|
Date :
6 ต.ค. 2550 19:04:58 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|