How to store double array data into string in php? -


i have data in double array in php. need store array data string. how can in php? new php. please me in regard.

array follows:

   array ( [0] => array ( [id] => 100 [type] => test1 [count] => 8 [count2] => 8)     [1] => array ( [id] => 103 [type2] => test2[count2] => 3 [count3] => 3 )) 

you can use implode() convert array string: http://php.net/manual/en/function.implode.php


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -