I'm going through some results in a mysql search, everyone $row['img'] i have a want to add to a array $myimgarrray
how can I do this?
$myimgarrray[] = $row['img'];
$array[] that adds whatever to the var aray