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()) { $_GET = add_magic_quotes($_GET); $_POST = add_magic_quotes($_POST); $_COOKIE = add_magic_quotes($_COOKIE); } $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: Basics URI: Link Name: Short description: Category: Link Relationship (XFN) rel: XFN Creator: 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 Advanced Image URI: RSS URI: Notes: Rating: '.$r.''); } ?> (Leave at 0 for no rating.) Target _blank _top none (Note that the target attribute is illegal in XHTML 1.1 and 1.0 Strict.) Visible: Yes No 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.
_blank
_top
target
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.