PHP陣列宣告方式為 [ ] 陣列索引值從 0 開始 設定方法如下: $array[0] = "Tony"; $array[1] = "Kathy"; $array[2] = "Kelvin"; ...
footstep2013.blogspot.tw