Hi,
I'm new to using databases on websites, and I'm going to be using MySQL.
Part of the website I'm working on has a "tutorial" section.
Possible fields for this section would be :
user who posted the tutorial
date posted
title of tutorial posted
the actual tutorial (Content could be long)
How would I set up the tables to handle this ? or rather what would be the best way to do this ?
Thanks