$result = dbquery("INSERT INTO ".DB_ARTICLES." (article_img, article_cat, article_subject, article_snippet, article_article, article_draft, article_breaks, article_name, article_datestamp, article_reads, article_allow_comments, article_allow_ratings) VALUES ( '".$_POST['article_img']."', '".intval($_POST['article_cat'])."', '$subject', '$body', '$body2', '$draft', '$breaks', '".$userdata['user_id']."', '".time()."', '0', '$comments', '$ratings')");
echo "<td width='100' class='tbl'>".$locale['423']."</td>\n";
echo "<td class='tbl'><input type='text' name='article_img' class='textbox' style='width:250px;' /></td>\n";
echo "</tr>\n<tr>\n";