search

Home  >  Q&A  >  body text

Undefined array index: level


$data['name']=$_POST['name'];

$data['pid']=$_POST['pid'];

$data['level']=$_POST['level'];

The index is undefined, the same code as the video


韩先  森韩先 森2325 days ago1475

reply all(3)I'll reply

  • 邱道长102

    邱道长1022018-08-26 18:08:24

    Go to your html page and have a look

    reply
    0
  • Summer

    Summer2018-08-16 14:04:16

    Check whether the data sent by your post has level

    reply
    0
  • 手机用户284431981

    No, but my code is the same as the video

    手机用户284431981 · 2018-08-16 15:47:16
    Summer

    This is the value passed by the post. If you haven’t posted it yet, there must be no value in $_POST.

    Summer · 2018-08-17 09:47:55
  • Cancelreply