After being away from the board for 3 weeks...where is Jade?
The php is going well thanks. I'm currently working on image uploading using PHP+MYSQL. The news portion of the site is really coming along.
What I was thinking, is having:
1. Index page contains 3 news articles [I'm still formatting the appearance]
2. I will make a "news" page within the news tab, and store posts and descriptions of news articles, as well as links to archives.
3. When you click on the link, it does:
Code:
<a href="http://www.groundwatermusic.com/news.html?a=<?php $news['id']; ?>"> Article </a>
So the a=$news['id'] will pull the ID out of the article, where you can view the entire news article. Is that the best way of doing it? I definitely have the basics down and can develop a CMS, I just have to work with the images.