Re: [phplib-users] proper way to run several instances of a phplib-app
Brought to you by:
nhruby,
richardarcher
From: Marko K. <mk...@mc...> - 2006-10-09 13:13:58
|
Hi, anybody met the problem before to get the path without the symbolic link resolved. I use dirname(__FILE__) to get the absolute path on my server, but unfortunately the dirname already resolves symbolic links. This makes things trickyer. Is there a way to get the true symbolic link as path using PHP functions? Marko |