(GPLv2) or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA02110-1301, USA. ********************************************************************************/ if (stristr(htmlentities($_SERVER['PHP_SELF']), "block_partners.php")) { die("
Error: This file cannot be opened directly!
"); } global $dblink; $nav_res_p = $dblink->get_list("SELECT * FROM memht_partners ORDER BY nome_sito"); foreach ($nav_res_p as $nav_row_p) { $id_p = intval($nav_row_p['id']); $nome_sito_p = outCode($nav_row_p['nome_sito']); echo "
$nome_sito_p
"; } ?>