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);
--
retu
Hi,
Saturday, September 23, 2006, 10:37:20 AM, you wrote:
RL> On Mon, September 18, 2006 4:53 pm, Ross wrote:
>> Can someone explain how and why you would use a symlink in php?
RL> A symlink is the Un*x version of a Windows "shortcut" or the Mac's
RL> "alias"
RL> The difference being that a syml
On Mon, September 18, 2006 4:53 pm, Ross wrote:
> Can someone explain how and why you would use a symlink in php?
A symlink is the Un*x version of a Windows "shortcut" or the Mac's
"alias"
The difference being that a symlink actually *works* and a Windows
"shortcut" is useless for anything except
Ross wrote:
Can someone explain how and why you would use a symlink in php?
For the same reason you use them in a normal unix based environment.
For example a symlink from /usr/bin/php to /usr/local/bin/php - they
"appear" to be the same so you can use either.
--
Postgresql & php tutorials
Can someone explain how and why you would use a symlink in php?
R,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo