kevinritt Posted November 6, 2007 Share Posted November 6, 2007 I would like to know if there is a tutorials that someone could point me to that would solve this issue: I created a school website and want teachers to have the ability to enter daily homework by using a form. The homework would be posted daily. Here's what I need help with: 1. How can I get the day's homework to diaplay on a daily basis? For example, a student goes to the homework page and that day's homework is showing. No need to go into a database to look up the assignment 2. Each time a new homework assignment is added, the old one can go into a database but it's not necessary. Any suggestions would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
bache Posted November 6, 2007 Share Posted November 6, 2007 Create one page where teachers enter the text and put it into a database with the current date. Create another page where the homework for the date is displayed. Quote Link to comment Share on other sites More sharing options...
kevinritt Posted November 6, 2007 Author Share Posted November 6, 2007 Thanks. I'm a bit of a beginner. Is there a tutorial I could read? I can create the form and the display page. It's the part of entering into database by date and then calling the current date's assignment that I need help with. Quote Link to comment Share on other sites More sharing options...
adam291086 Posted November 6, 2007 Share Posted November 6, 2007 just google it. When i was learning i found http://www.w3schools.com/php very useful Quote Link to comment Share on other sites More sharing options...
kevinritt Posted November 6, 2007 Author Share Posted November 6, 2007 I'd like to narrow the search. Would select all from table by date work? Quote Link to comment Share on other sites More sharing options...
adam291086 Posted November 6, 2007 Share Posted November 6, 2007 yeah that will work. Set up a database and get the simple working going. If you have any problems post them here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.