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_path = "c:\\ccl_www\\".$date."\\ccl_www\\"; or $to_path = "c:\\ccl_www\\$date\\ccl_www\\"; HTH Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php