标签: php
$conn=mysql_connect("localhost",'root',''); mysql_select_db('school'); $rec_id =$_GET['recid']; $query="SELECT * FROM student_reg where sno=$rec_id"; $result=mysql_query($query); $record = mysql_fetch_assoc($result);