Hey,
#1) I have create a database (news) to add/edit/update news and post it on my site. What I was wondering about doing was splitting it up into two different categories (or more) of news. For example's sake, we'll use football and basketball. I have the following fields for adding news (headline, author, byline [250 words or less introduction], and article). I was wanting my main page to post the most recent of either football or basketball, and then I can seperate the links below as one table for football and the other for basketball. Also, I was wanting a basketball index page and a football index page with only the latest from each category.
#2) I'm working on authentication right now, so I can assign username/passwords to my admin section for writers. I was curious about coding to allow certain people to type up a news story, but it must be approved by me before actually posted on the site.
#3) I have a roster table in my database for players on a teams roster, including name, number, height, weight and I want to include the players headshot. I was curious about the best way to do this, as far as uploading, saving (save as a blob?), etc.
#4) What is the command to add a field to a table?
Thanks for any help you can offer!