"<br>";}event_id | event_start | event_duratione1 starts at 1:00:10 and lasts 30 seconds
e2 starts at 1:00:40 and lasts 20 seconds现在我想插入持续20秒的e5,所以最好的位置是在e2和e3之间,所以在我提供了e5的id和它的持续时间之后
我从动态创建的输入字段创建数组,然后将数组发送到php,在php中,我创建了foreach循环,并尝试将其插入到数据库中。我已经为我的数组创建了一个foreach循环,并将类似的值插入到我的数据库中,但是我的问题是:您不能将带有索引号的变量绑定到查询字符串。我已经验证了它是否真的是我发送的数组,答案是:是的。example_costs[$index]; //this DOES NOT work
$stmt->execu