What I have been trying to do is this. I created two files student_log.php and stu_det.php.Now I want to pass the student's roll no from student_log.php to stu_det .php And I used this code:
<a href="stu_det.php? PID=<? php echo $ rno;>">details </a>
How do I retrieve this value in stu_det.php?