i have this code,but it only displays the name but doesnt display other rows frm my database.i am very new to loop and arrays. thanks
mysql_select_db($database_profiles, $profiles);
$query_Recordset2 = "SELECT * FROM biodata";
$Recordset2 = mysql_query($query_Recordset2, $profiles) or die(mysql_error());
while ($row = mysql_fetch_assoc($Recordset2)){
$row_Recordset2 = $row ['Name']