i'm trying to find a simple way of printing out the keys in an array
generated by mysql_fetch_arr ay which returns a single row.
i.e.
while ($row=mysql_fet ch_array($resul t) )
{
print out the $row keys and values
}
is this possible?
generated by mysql_fetch_arr ay which returns a single row.
i.e.
while ($row=mysql_fet ch_array($resul t) )
{
print out the $row keys and values
}
is this possible?
Comment