I am planning on making a site with a submission form where me and a couple of buddies can submit articles and images. First off, I would like to give the text formatting features (bolding, italicising, and indenting) for highlighted text available when we are typing in the article field, and what I have to work with is php, mysql, and javascript. Any suggestions on the best way to do this?
My second question is how I should deal with the pages that were submitted. Should I create a static page with php, written to my web directory or should I submit all the info to the mysql database and build each page dynamicly.
I am new at this and have only the bare minimum skill to even be considering something like this, so I am looking for as many points of view as possible so I can build a solid site. I would greatly appreciate any help. Thanks.