Log in

View Full Version : Scheduling spread sheet



Cy Galley
06-03-2007, 09:13 PM
Looking for a scheduling ultility to schedule times for volunteers for a neighborhood watch. Once some one enters a time block it a second person would not be able to enter into that block.

Someone sugested a spreadsheet within the HTML so the results could be printed out. Don't know how I would put a spreadsheet in a web page that would be fillable by the reader.

Cy Galley

thetestingsite
06-03-2007, 09:22 PM
You will need a server side script to store the data either in a database or in a text file. Take a look at this website.

http://www.php-mysql-tutorial.com

Hope this helps.