Hi out there!<br><br>I would like to post a question to all you guys, the best WP gurus on earth! :-)<br><br>I need to create a php script to populate a wordpress database with posts. That script is to be run by terminal (not thru the web) and will read the posts from a text file and insert them on the WP database. This script is to be run without wordpress.<br>
<br>Right now, in the script I&#39;ve developed, I have an array containing all the data I need to fill on the database. This data is:<br><br>POST TITLE, <br>POST CONTENT<br>POST DATE,<br>POST CATEGORY,<br>POST SLUG<br><br>
What I need:<br><br>1) insert the post to WP database<br>2) while inserting the post, create a new category, in case  it does not exist already<br><br>The posts have not attachments, images, nothing, just plain utf-8 text.<br>
<br>My question:<br><br>How to do that? :-)<br><br>Is there any routine in WP that I can grab to to this?<br>Please help me! I have 900,000 posts to insert and I am getting desperate! :-(<br><br>regards<br><br>Mike<br><br>