Simple PHP Blog (SPB) is a very good blog system. SPB don’t need to use MySQL database and support RSS, trackback … etc.
But that is about 10 years ago. Now WordPress (WP) have better function and design. So here is the problem, how to import articles and comments in the SPB to WP ?
We can download a tool written by C# from below :
http://code.google.com/p/simplephpblogtowordpressconverter/downloads/list
But I guess WP remove field `post_category` in 3.8, so you can’t directly import *.sql to MySQL database. To solve this problem, I roemove `post_category` and its value.
You can downlowd this modified tool from below :
SimplePHPBlogImportWordPress
And if you got any problem, please don’t feel shy to contact me.