getcwd() returns nothing !?
Posted: Sun May 18, 2003 12:07 pm
example:
hi folks,
i just updated my mod_php to 4.3.1 and discovered one of my scripts totally messed up because the function getcwd() seems to return nothing anymore. WTF ??!?!!11
Any suggestions ?
Code: Select all
<?
echo "This is a test. below you should see the current working directory:<br>";
echo getcwd();
?>i just updated my mod_php to 4.3.1 and discovered one of my scripts totally messed up because the function getcwd() seems to return nothing anymore. WTF ??!?!!11
Any suggestions ?