Hi there johan, and thanks very much for your response.
I'm trying to find the method through Wordpress, but to be honest, the complexity of the code makes it a little tough.
Here's the snippet I'm currently using for path & URL, but I receive mixed reports of success from users of the script:
$autopath = dirname(dirname(__FILE__));
$autourl = dirname(dirname('http://' . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF']));
This script is of course moving up a directory, which explains the extra dirname.
I was just wondering if there was a better method than this of determining path and URL.
Thanks very much again for your response.
thanks,
json