On Thu, Jul 19, 2007 at 19:34:34 +0200, Luke wrote: > I get this warning: > /usr/local/lappstack-1.1/apache2/htdocs > Warning: chdir() [function.chdir]: No such file or directory (errno 2) in > > echo getcwd() . "\n"; > chdir('c:\\Przewozy\\BAZY'); > echo getcwd() . "\n"; You seem horribly confused. Why are you using Windows-style paths ("c:\\..") on something that looks to be a un*x server ("/usr/local...") -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php