symLink Test also failing. (then is it a permissions issue? - also see my previous post about shell_exec failing)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



and in this test, $symLinkTest seems to be returning false, every time.

	$symLinkTarget='testDir/amex_cid.gif';
	$SymLinkNew='testDir/myccGOV.gif';
	$symLinkTest=symlink($symLinkTarget, $SymLinkNew);

	echo "symLinkTest=";
	echo var_dump($symLinkTest);

--

returns:
symLinkTest=bool(false)

--

the amex_cid.gif' file is definitely there in the testDir/ dir.

??

------------
Govinda
govinda.webdnatalk@xxxxxxxxx


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux