i 储存“POST”数据没有什么问题,认为这也许会混淆自己。
So i have some data being posted from a loop, this data is posted as id and points, but each has a number to it so if three records are being posted we ll have
id1, id2, id3 points1, points2, points3
收集。 现在有一米长的时间,用 lo子通过数据,将其分为两阵列。 问题是,如果我想要储存数据,就不得不使用上述表格中的一例。 我的法典
for($i = 0; i< $_POST[ count ]; i++){
//Order input data into an array
$inputid[$i] = $_POST[ id1 ];
}
现在,补贴金额的一部分(id1)必须与补助费中的一美元相同,这样,补贴就会与补贴一样增加。
由于这一帮助,我希望我解释了这个问题。