$msg
"; echo "query:
$sql
error:
$error
On this page you can import your blogroll.You will need your unique blogrolling.com Id. First, go to Blogrolling.com and sign in. Once you've done that, click on Get Code, and then look for the OPML code. Select that and copy it into the box below. |
Importing...You need to supply your OLPML url. Press back on your browser and try again\n"; } else { $opml = implode('', file($opml_url)); preg_match_all('/\n"; $query = "INSERT INTO $tablelinks (link_url, link_name, link_target, link_category, link_description, link_owner)\n " . " VALUES('{$urls[$i]}', '".addslashes($names[$i])."', '{$targets[$i]}', $cat_id, '".addslashes($titles[$i])."', $user_ID)\n"; $result = mysql_query($query) or die("Couldn't insert link. Sorry".mysql_error()); } ?> Inserted links into category . |