Jump to content

Folder navigation


icez

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/226856-folder-navigation/
Share on other sites

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...

Link to comment
https://forums.phpfreaks.com/topic/226856-folder-navigation/#findComment-1170692
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.