search

Home  >  Q&A  >  body text

Why is it undefined?

What is proid used for? urldecode($_GET['proid']) reports error

$rs2=mysqli_query($link,"select * from lend where book_id='".$rows['id']."' and user_id=' ".$_SESSION['id']."'");

$_SESSION['id'] reports an error, how to correct it?

Solution

手机用户1623814376手机用户16238143761398 days ago791

reply all(1)I'll reply

  • 猪老湿

    猪老湿2021-06-21 09:46:40

    Print out the $_SESSION array, and is the session open?

    reply
    0
  • Cancelreply