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