Thread Starter
mars16
(@mars16)
Is there a tutorial link you can kindly provide me with specially for the 2nd step?
Thread Starter
mars16
(@mars16)
That’s good to hear. I would appreciate it greatly if you give me the basic skeleton and explain how to “output them to a file as sql statements for the target (wordpress) db”.
Info you might need:
Database name: sportsArticles
Table Name: footballtbl
Fields: ID (int, autoincriment, key), Title (varchar) , Author (varchar), fullText (longtext), previewText (tinytext), date), Qoute (varchar).
other tables exsist in similar fashion for rugby and athletics.
Note: Date is in this format (date (yyyy, mm, dd)