Skip to content
Advertisement

passing mysql_fetch_array to array()

how can i pass mysql_fetch_array() to array()

Advertisement

Answer

did you mean:

$variable = mysql_fetch_array($result); //$variable is now an array
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement