Hi,
In my webpage i created student details in that if i click view then i want to display all student name and their details one by one but in my code i typed everything but it displays first data only.Can anyone tell me how change this code.
this my code;
<?PHP
include('connect.php');
echo $sql="select * from register";
$sql1=mysql_query($sql);
$sql2=mysql_fetch_array($sql1);
$sql3=mysql_fetch_row($sql1);
?>
Thanks in advance
Punitha pary