function test($conn){ session_start(); $stmt=$conn->prepare("SELECT * FROM `orders` WHERE usersId=?"); $stmt->bind_param("s",$uid); $uid=$_