I have a script that uses the chdir() function. I know the script works (
works perfectly on my host ), but when I put the script on my server here at
work I get the following error.
Warning: chdir(): No such file or directory (errno 2)
The same script works at my personal host, thats the part that bothers me.
The host here at work is running PHP 4.3.8. Any suggestions about how to get
this to work? or maybe another function that does the same thing as chdir().
Nick
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
works perfectly on my host ), but when I put the script on my server here at
work I get the following error.
Warning: chdir(): No such file or directory (errno 2)
The same script works at my personal host, thats the part that bothers me.
The host here at work is running PHP 4.3.8. Any suggestions about how to get
this to work? or maybe another function that does the same thing as chdir().
Nick
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Comment