Help for this page
sub Get_Banner_Rotator { my ($row, $dbh, $sth, $html_content); ... $html_content =~ s/{{imageurl}}/$imageurl/g; return($html_content); }
"SELECT id FROM table WHERE u = '1' ORDER BY RAND() LIMIT 1"