Here is what I am looking to do but really don't know how to start. I am sure someone has it or has something like it.
I need to make an online time sheet for work. A person goe to the page and selects their name from a combo box and enters the hours they worked today and a comment. All of this is saved to a file (txt). You can also add up all the hours everyone has worked.
If anyone has any samples or ideas that would help.
Thanks,
SS
Does anyone have an example of this?
Moderator: General Moderators
-
slipstream
- Forum Commoner
- Posts: 86
- Joined: Fri Apr 19, 2002 8:53 am
- Location: Canada
If you can think it...You can code it...
(Sorry, couldn't resist
)
Seriously, write everything down on paper that you want to achieve, make little "screenshots" of how you want things to happen.
This method helps a lot.
And as an example?
Try borrowing some form of calendar code from a php repository like say... evilwalrus.com and fudge it to fit your needs.
(Sorry, couldn't resist
Seriously, write everything down on paper that you want to achieve, make little "screenshots" of how you want things to happen.
This method helps a lot.
And as an example?
Try borrowing some form of calendar code from a php repository like say... evilwalrus.com and fudge it to fit your needs.