Re: [PHP] Problem with Date (2003-03-30)

2003-01-29 Thread Dale Schell
All parameters whould be integers. Unquote them and use intval to strip the leading zeros. On 1/29/03 11:51, "Gareth Mulholland" <[EMAIL PROTECTED]> wrote: > I'm having problems with mktime and Midnight on 30th March 2003. > > The code I'm using is: > > echo mktime(0,0,1,'03','29','2003'); >

Re: [PHP] Sessions and Frames...

2003-01-10 Thread Dale Schell
Thanks, that helped out a lot. One of those RTFM times. Dale On 1/10/03 10:24, "Marek Kilimajer" <[EMAIL PROTECTED]> wrote: > Dale Schell wrote: > >> List, >>I have a website that uses (too) many frames. At its most ugly, it will >> load 8 frames a

[PHP] Sessions and Frames...

2003-01-09 Thread Dale Schell
List, I have a website that uses (too) many frames. At its most ugly, it will load 8 frames at once. All of the pages in these frames activate the session, and some of them modify session variables. Can this cause the pages to load slowly? Can a page have the session file write locked and m

Re: [PHP] 4.2.3 compile problem on OSX

2002-11-05 Thread Dale Schell
I had the same problems with 4.2.3. I was able to successfully compile 4.3.0-pre1 with little problems. Dale On 11/4/02 4:12 PM, "Kristopher Yates" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to compile PHP4.2.3 for Mac OSX 10.2 (Jaguar). Has anyone > else had this problem (see below)?