quick solution make it into a blog
this is what i do
create a free account at http://www.blogspot.com
and host it on your server using your domain. if you have fantastico, i could suggest a faster way.
quick solution make it into a blog
this is what i do
create a free account at http://www.blogspot.com
and host it on your server using your domain. if you have fantastico, i could suggest a faster way.
Just use MySQL. Have a field for the title of the page and a field for the content. Then output the content into the page. Then you can make a script which will allow you to 'update' the content in the database
MySQL is definately the way to go. You can just have it output the data into a textarea whenever you want to update it and send it through a form to an update script.
Tell me if you need further help.