-5
你好,我想將我的數組數據存儲到變量中。將數組數據存儲在單行中PHP
$array = array('0' => "14254",'1' => "145245");
// I want to store this array value into normal single variable
// store array data to $string.
// something like this >> $string is 14254,145245
如果你想看到真正的內容嘗試使用var_dump($ array) – scaisEdge
我不想看到這個我想存儲這 – feze
這是你的意思嗎? 。 (回聲是不是存儲)你如何建立$腳本?..你顯示的代碼是不夠的正確的評價 – scaisEdge