Page 1 of 1
File System
Posted: Tue Sep 21, 2004 1:18 pm
by Stelios
Hi,
Could anybody help me on how to create a file system? I am trying to create one in which am gonna store some images that are gonna be later accesible by users....
Thanks a lot!!!!

Posted: Tue Sep 21, 2004 1:25 pm
by Joe
Do you mean like a customized directory which shows the images?. Also, am I right in saying that you wish for this to be done in PHP.
Posted: Tue Sep 21, 2004 1:50 pm
by Stelios
I mean, that I possible want to create a db with the image path which is going to be displayed on the web browser according to a search engine that I have already creates. The thing is that I am not familiar with file systems at all, so any papers on that or examples on any web sites would be appreciated.the whole thing is being implemented on PHP and MySQL...
Posted: Tue Sep 21, 2004 2:05 pm
by Joe
I think you are best starting from
here. Instead of creating it from the database I would suggest using directory functions.