get_results("SELECT cat_id, cat_name, auto_toggle FROM $tablelinkcategories ORDER BY cat_id"); echo ' '."\n"; foreach ($results as $row) { echo " cat_id."\""; if ($row->cat_id == $selected) echo " selected"; echo ">".$row->cat_id.": ".$row->cat_name; if ($row->auto_toggle == 'Y') echo ' (auto toggle)'; echo "\n"; } echo " \n"; } function add_magic_quotes($array) { foreach ($array as $k => $v) { if (is_array($v)) { $array[$k] = add_magic_quotes($v); } else { $array[$k] = addslashes($v); } } return $array; } if (!get_magic_quotes_gpc()) { $HTTP_GET_VARS = add_magic_quotes($HTTP_GET_VARS); $HTTP_POST_VARS = add_magic_quotes($HTTP_POST_VARS); $HTTP_COOKIE_VARS = add_magic_quotes($HTTP_COOKIE_VARS); } $wpvarstoreset = array('action','standalone','cat_id', 'linkurl', 'name', 'image', 'description', 'visible', 'target', 'category', 'link_id', 'submit', 'order_by', 'links_show_cat_id', 'rating', 'rel', 'notes', 'linkcheck[]'); for ($i=0; $i Manage Links Add Link Link Categories Import Blogroll Add a link: URL: Display Name/Alt text: Image: Description: rel: XFN: friendship acquaintance friend none physical met professional co-worker colleague geographical co-resident neighbor none family child parent sibling spouse none romantic muse crush date sweetheart Notes: Rating: '.$r.''); } ?> (Leave at 0 for no rating.) Target: _blank _top none Visible: Yes No Category: You can drag Link This to your toolbar and when you click it a window will pop up that will allow you to add whatever site you're on to your links! Right now this only works on Mozilla or Netscape, but we're working on it.
You can drag Link This to your toolbar and when you click it a window will pop up that will allow you to add whatever site you're on to your links! Right now this only works on Mozilla or Netscape, but we're working on it.