Could someone please help fix the below? It is returning only one row. Thank you
PHP Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$postinfos = $DB_site->query("SELECT * FROM post WHERE award=1 and visible=1 ORDER BY dateline DESC");
$award = array();
while ($postinfo = $DB_site->fetch_array($postinfos))
{
exec_switch_bg();