我正在爲客戶端開發一個工具,並且在離線使用該工具時將數據保存在txt文件中,以便他可以將該文件上載到服務器並將數據保存到數據庫。txt文件中的多維數組到php數組
在文本文件中的數據都象下面這樣:
Array
(
[idcategorie] => 1
[idmasteruser] => 1
[societe] => Company
[marque] => Brand
[audit] => AUdit
[nom] => Baker
[prenom] => James
[phone] =>
[email] => [email protected]
[nboutils] => 3
[outil0] => Array
(
[id] => 20
[valeurs] => Array
(
[0] => 24
[1] => 4
[2] => 27
[3] => 16
)
[file] => /newbam/images-up/HopbV_chefs.jpg
[notes] => Array
(
[0] => 4
[1] => 5
[2] => 7
[3] => 6
)
)
)
我怎樣才能把這個數據在PHP數組,我可以使用按鍵後,辦理?
謝謝你輕鬆簡單! 完美! – user2807525
不客氣! – taiar