File System

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Stelios
Forum Commoner
Posts: 71
Joined: Fri Feb 06, 2004 6:25 am
Location: Surrey/UK

File System

Post 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!!!! :lol:
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post 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.
User avatar
Stelios
Forum Commoner
Posts: 71
Joined: Fri Feb 06, 2004 6:25 am
Location: Surrey/UK

Post 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...
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

I think you are best starting from here. Instead of creating it from the database I would suggest using directory functions.
Post Reply