如何将转移$rs到新页面resultdetails.php?
processenterpin.php
if (mysqli_num_rows($result) > 0) {
//query to fetch the concerned result
$query = "select * from result_header where RegNo = $regnumber && d_level = $details && d_sem = $d_sem";
$rs = mysqli_query($conn, $query);
//find a way and send rs to a new page then vomit the resultset in that new page.
}
我知道会议。我想知道是否还有另一种方法。
$rs在resultdetails.php中检索并使用while循环将其打印在那里
while($row = mysqli_fetch_assoc($rs)){
//
}
jeck猫
元芳怎么了