我该如何解决“通知:未定义的偏移量:1”?

时间:2019-04-05 15:18:20

标签: php foreach

我正在使用数组在数据库中存储数据,但是当我尝试保存时,出现错误“注意:未定义的偏移量:1”,我搜索了其他问题,但找不到我的解决方案。来自表单的数据在此代码中对我有帮助。

<?php if (isset($_POST['add'])) {  
    foreach ($_POST['fine'] as $fine => $fine) {     
        $roll_no = $_POST['roll_no'][$fine];  
        $std_name = $_POST['std_name'][$fine];  
        $class = $_POST['std_class'][$fine];  
        $status = $_POST['status'][$fine];  
        $fine = $_POST['fine'][$fine];  
        $date = date('Y-m-d');    

0 个答案:

没有答案