my structure is like >> home >> index.html,login-user.php, login(folder for scripts) >>(subfolder under login folder) myaccount.php, checkuser.php, login.php now from login.php i want to access login-user.php which is in above level.. what would be the url ....????
you can reference the file location absolute or relative absolute would be something like /var/www/html/login-user.php or similar relative would be easier, ../login-user.php the double .. means to traverse up the hierarchy one step