Hi all,
I've got a strange problem. I have a script that uses the getcwd() function. For some unknown reason it stopped working halfway through today. I am still investigationg this but in the mean time I replaced the following
with this
Does anybody know what the difference would be between the content of these two variables? if any?
Thanks for any help you can give
------------------------------------------
Somethings come from nothing, nothing seems to come from somethings - SFA - Guerilla
roycrom
I've got a strange problem. I have a script that uses the getcwd() function. For some unknown reason it stopped working halfway through today. I am still investigationg this but in the mean time I replaced the following
Code:
$STARTINGDIR = getcwd();
Code:
$STARTINGDIR = dirname(__FILE__);
Thanks for any help you can give
------------------------------------------
Somethings come from nothing, nothing seems to come from somethings - SFA - Guerilla
roycrom
