2007/10/12 17:46
kerkyra
Just can't stay away
Posts: 553
Since: 2005/2/14
include '../../mainfile.php'; include XOOPS_ROOT_PATH.'/modules/debaser/include/functions.php'; include XOOPS_ROOT_PATH.'/header.php'; include_once XOOPS_ROOT_PATH.'/modules/debaser/class/debasertree.php'; global $xoopsDB; global $admin, $radioid; echo " "._AM_DEBASERRAD_PROG." "; $count = 0; $idnum = 1; $sql = "SELECT radio_id, radio_name, radio_picture, radio_url FROM ".$xoopsDB->prefix('debaserradio')." ORDER BY radio_name ASC"; $result = $xoopsDB->query($sql); while (list($radio_id, $radio_name, $radio_picture,$radio_url) = $xoopsDB->fetchRow($result)) { if ($radio_id != "") { if ($count == 0) {$count = 1;} echo " $radio_name -----> this part of the code is the one not working at all // ----> this works but not as a pop up window "; $idnum = $idnum + 1; } }echo "";include_once XOOPS_ROOT_PATH.'/footer.php';?>
Advanced Search
244 user(s) are online (106 user(s) are browsing Support Forums)
Members: 0
Guests: 244