[ad_1]
$array = array();
while ($row = mysql_fetch_row($result))
{
$array[] = $row;
}
[ad_2]
solved Fetch records of a table as an array php mySQL [closed]
[ad_1]
$array = array();
while ($row = mysql_fetch_row($result))
{
$array[] = $row;
}
[ad_2]
solved Fetch records of a table as an array php mySQL [closed]