Re: [PHP] Re: No Sense: [PHP] Update: [PHP] Weird?

2002-03-17 Thread heinisch
At 17.03.2002 17:09, you wrote: Hey folks, I read this with half of mind, but as I know, the function date needs something to convert from. > > $date = date ("MD"); for my opinion it should be called $date=date("MD",time()); or $date=date("MD",mktime(..)); then everything should work $to_p

[PHP] Re: No Sense: [PHP] Update: [PHP] Weird?

2002-03-16 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > No!? $date is a string?! > > $date = date ("MD"); > > How does that make a difference? > > $to_path = "c:\\ccl_www\\".$date."\\ccl_www\\"; > > You want me to change it to: > > $to_path = "c:\\ccl_www\\$date\\ccl_www\\"; > > Does an