RE: [PHP] mkdate error?

2002-08-11 Thread chyunj
At 05:08 PM 8/11/2002 -0600, RPS Internet wrote: Your working with strings right? Would your if command be: if ($start_dts gt $end_dts) { echo This function thinks the end date is older than the start date.; } else { echo Whoah, it actually worked.; } In string you should use the

Re: [PHP] mkdate error?

2002-08-11 Thread chyunj
Oh my God. I had redone and ripped this apart for hours. Errors like this make me realize how stupid I truly am. Thank you for your help. :) I can go on with life now. J. Chyun At 12:30 AM 8/12/2002 +0200, Bas Jobsen wrote: YOU use $parsed_date[2] in stead of $parsed_end_date[2] -- PHP