this is nuts...i'm having all the small problems this morning...
random is not working...what am i missing this time (if anybody knows)?
// color info
$query_bg = mysql_query ("SELECT colname,colid FROM colors ORDER BY RAND() LIMIT 1 " ) or die ("Unexpected error for MySQL database");
$row_bg = mysql_fetch_array($query_bg);
it IS outputting the first record every time...and yeah, i have more than one record in there...haha...doi...
merci beaucoup in advance...jv