RE: [PHP] PHP timesheets?

2002-01-13 Thread Boaz Yahav

I can't get it to run...

1. The application keeps looking for the include files in the main path
instead of the include dir.
2. The admin will not accept the default pass that is written in the
INSTALL...

Any ideas?

Sincerely

  berber

Visit http://www.weberdev.com Today!!! 
To see where PHP might take you tomorrow.


-Original Message-
From: Christopher William Wesley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 08, 2002 3:31 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP timesheets?


On Mon, 7 Jan 2002, Christian Calloway wrote:

 Are there any PHP coded timesheet type web application? And if so,
what
 would we be suggested. Thanks,

Take a look at these:

http://freshmeat.net/search/?site=Freshmeatq=timesheet+phpsection=proj
ects

~Chris   /\
 \ / September 11, 2001
  X  We Are All New Yorkers
 / \ rm -rf /bin/laden


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP timesheets?

2002-01-13 Thread Jason Wong

On Monday 14 January 2002 05:30, Boaz Yahav wrote:
 I can't get it to run...

 1. The application keeps looking for the include files in the main path
 instead of the include dir.

use ini_set() to change the include_path



-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
The day advanced as if to light some work of mine; it was morning, 
and lo! now it is evening, and nothing memorable is accomplished.  
-- H.D. Thoreau
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP timesheets?

2002-01-07 Thread Christopher William Wesley

On Mon, 7 Jan 2002, Christian Calloway wrote:

 Are there any PHP coded timesheet type web application? And if so, what
 would we be suggested. Thanks,

Take a look at these:

http://freshmeat.net/search/?site=Freshmeatq=timesheet+phpsection=projects

~Chris   /\
 \ / September 11, 2001
  X  We Are All New Yorkers
 / \ rm -rf /bin/laden


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]