I need to select a row randomly from a table named "banners" in MySQL. I need that rows info save to a array called $all,
Thanks in advance Andrew
mysql_query("SELECT * FROM tbl ORDER BY RAND() LIMIT 1");