I seek a script PHP allowing to post the horraire weeks of employees

I seek a script PHP allowing to post the horraire weeks of employees

am 13.04.2008 18:28:41 von DEFFiCE

I would like to be able to post the work hours of several people in
the calendar of one weeks so that my employees can see on Internet


I have to seek on google, on sites of scripts PHP but I have anything
to find directed with my needs.

Sorry for my little English

Re: I seek a script PHP allowing to post the horraire weeks of employees

am 13.04.2008 22:08:06 von Jerry Stuckle

DEFFiCE wrote:
> I would like to be able to post the work hours of several people in
> the calendar of one weeks so that my employees can see on Internet
>
>
> I have to seek on google, on sites of scripts PHP but I have anything
> to find directed with my needs.
>
> Sorry for my little English
>

Not knowing just how you want to post the information, it's hard to say.

To start with, I would recommend using a database to make updates
easier. If you want just a list, a simple database oriented script will
work fine. Showing it in calendar format would be a bit harder for
formatting the output, but the rest of the code would be similar.

But we would need more details on exactly what you want displayed to
help you more.

To start with, I'd suggest you just look around for scripts on how to
display data from a database. I'm sure you could adapt some of those to
meet your needs.

Then post more info here on what you're trying to do and the code you're
using, and we can help make it work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: I seek a script PHP allowing to post the horraire weeks of

am 14.04.2008 00:46:20 von petersprc

Hi,

If you're also considering SaaS apps, this one will do what you need:

ScheduleAnywhere
http://www.scheduleanywhere.com/site/features.aspx

Some additional resources:

phpSched
http://sourceforge.net/project/showfiles.php?group_id=3034

PHP Timeclock
http://timeclock.sourceforge.net/screenshots.php

Regards,

John Peters

On Apr 13, 12:28 pm, DEFFiCE wrote:
> I would like to be able to post the work hours of several people in
> the calendar of one weeks so that my employees can see on Internet
>
> I have to seek on google, on sites of scripts PHP but I have anything
> to find directed with my needs.
>
> Sorry for my little English