hi
Not sure what I'm doing wrong here. I have tried all different methods to get this to work but no luck. All I need to do is add a variable to the path for the include file.
$users_dir = $_SESSION['users_dir'];
include "$users_dir/maindir/users_inc.php";
If i change the path to:
include "username/maindir/users_inc.php";
it works, where username is the value of the session variable. Any Suggestions?
Thanks