Hmm, why should you have to add the devo?
Make the youth pastor do it!
---every day the Devotional on the Devotional page would change
Use PHP's [man]date/man function in conditional clauses.
---People would be alowed to see tomorow's devotional and yesterday's devotional as well.
Add and subtract from the date, post the links.
---it would be easy enough to code that I would be able to add Devotionals without much trouble.
Depends on your planning and architecture. Get a piece of paper and write down everything you need to do (dream big) and then search for the tools to do it!
---if there wasn't a devotional for that day it would show a specified default devotional.
Once again, a conditional.
Your big decisions are these:
Data --- use database or flatfile structure and directory tree....
Interface --- use a web form to input the devotional directly? What about uploading a text file of the devo? What about emailing a devo and grabbing it from the mailqueue?
Authorization --- depending on the type of interface, you'll want to make sure that Johnny Q Public (not the rock group) can't use the interface to post their own "devotionals" :eek:
HTH,