Hi, I'm experimenting a bit with MySQL with PHP. How would you create a database with 4 fields: title/date/content/author for a small blog page?
check the CREATE TABLE syntax in the mySql documentation @ www.mysql.com
Thanks for the pointer. Slowly progressing...