In fact, my most recent project is an article submission system, and I need help
I'm using flat files for this rather than a MySQL db, so I'm a little bit out of my league (though I'm no pro in the MySQL league either...) but I figure this could be a great learning experience for me.
So this is what I'm trying to do:
There are going to be fields for the article, including the Article Title, Author name, and the body of the page, and submitters will have to decide where the file goes (a strategy folder, an article folder... stuff like that).
I can figure most of it out, except for two thing (at the moment, at least). How can I make each submission create an entirely new document, and how can I make sure that new doc is placed in the proper folder? Thanks guys! I'll ask more as questions arise