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
http://www.designmagick.com/

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

Reply via email to