Does anyone have an example of this?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
slipstream
Forum Commoner
Posts: 86
Joined: Fri Apr 19, 2002 8:53 am
Location: Canada

Does anyone have an example of this?

Post by slipstream »

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
DeGauss
Forum Contributor
Posts: 105
Joined: Tue Oct 22, 2002 9:44 am
Location: Gainesville, FL

Post by DeGauss »

If you can think it...You can code it...

(Sorry, couldn't resist :D )

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.
zebrax
Forum Newbie
Posts: 16
Joined: Sat Sep 14, 2002 11:39 pm

Post by zebrax »

Im just working on a similar thing for creating invoices. I'm using MySQL for the backend. I have it so you select a customer , enter a time, rate description, and it spits out the complete invoice in a nicly formated pdf. Except for the pdf part it was very easy. Let me know if you need my help.
Post Reply