icez Posted February 6, 2011 Share Posted February 6, 2011 Hey, I hope you will understand what I am saying, because english isn't my main language -.-, Anyway, I need to create a folder navigation, what I mean is like you got folder on your comp : C:\navThing\ (and many sub folders and files) what I want to do is list all files from the current directory where the user is. if he is in C:\navThing\ show dir and files in C:\navThing\ only... if he is in C:\navThing\lol\ show dir and files in C:\navThing\lol only... but I don't know how to get the user position, for the moment I'm using $_GET, but well, I don't think it's really secure... ( xxx.php?path=lol/ ) if anybody can think of any other way, where the user can't modify it tell me, I thougth session would be good, but what if he use previous... anyway any suggestion? Quote Link to comment https://forums.phpfreaks.com/topic/226856-folder-navigation/ Share on other sites More sharing options...
denno020 Posted February 6, 2011 Share Posted February 6, 2011 http://php.net/manual/en/function.getcwd.php Google is your friend. Denno Quote Link to comment https://forums.phpfreaks.com/topic/226856-folder-navigation/#findComment-1170628 Share on other sites More sharing options...
icez Posted February 6, 2011 Author Share Posted February 6, 2011 http://php.net/manual/en/function.getcwd.php Google is your friend. Denno Nice ty, but it doesn't help me to navigate, except using ajax ( and I don't want to use it), I can't call a php function when the user click on the link to go in a sub folder... neither I can save his progression in sub folders... Quote Link to comment https://forums.phpfreaks.com/topic/226856-folder-navigation/#findComment-1170692 Share on other sites More sharing options...
icez Posted February 6, 2011 Author Share Posted February 6, 2011 anybody? :'( Quote Link to comment https://forums.phpfreaks.com/topic/226856-folder-navigation/#findComment-1170791 Share on other sites More sharing options...
icez Posted February 6, 2011 Author Share Posted February 6, 2011 Someone suggested me session, not a bad idea, but how does I handle the click on the link (without javascript / ajax ) and the previous/next button? Quote Link to comment https://forums.phpfreaks.com/topic/226856-folder-navigation/#findComment-1170811 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.