(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_mylinks_new.php")) { die("
Error: This file cannot be opened directly!
"); } global $dblink; $result = $dblink->get_list("SELECT name,url FROM memht_mylinks WHERE flag=1 ORDER BY id DESC LIMIT 10"); foreach ($result as $row) { $name = outCode($row['name']); $url = outCode($row['url']); echo "
$name
\n"; } ?>