更新JSON數據這是輸出我需要:創建表單與MySQL
{
"album": "Text_Input",
"artwork": "DefaultURL/http://www.ggcc.tv/ArmyoftheLord/Army%20of%20the%20Lord.png/OR Overwrite with Uploaded Image",
"church": "City Name And State Wich can be selected from Dropdown Menu",
"cityartwork": "Default URL Will Be Set/ This input is hidden",
"des": "Text_Input_For_Description",
"release_date": "February 24th 2013 ",
"tracks": [
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
},
{
"name": "Text_Input",
"url": "File Upload of .MP3 which should be saved on server and its new url should be inputed here by the script"
}
]
}
我需要的形式,將收集所有這些信息,將其保存到數據庫和輸出收集到的條目在一個單一的服務器上的JSON文件,以便我可以在正在處理的應用程序中使用該.json文件。
是軌道的數目不變或變化? – Fallexe
@Fallexe變量 – Michael