Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
folder contents saved in mysql
Old 07-18-2006, 04:14 PM folder contents saved in mysql
atomicshockwave's Avatar
Experienced Talker

Posts: 38
Trades: 0
Hi I need some help.
I need a way to have php get all, folder names/files in a directory and save to an sql database, then add/remove entrys whenever a file is added/removed.
I am looking to do this in php, and if I can with an ajax flair.

thanks
atomicshockwave is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-19-2006, 05:45 AM Re: folder contents saved in mysql
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
Where exactly is the problem? Look at readdir(), it has quite fine example.

As about updating database when file is added or removed, there will be some problems since you cannot tie events on file system to code execution. You will have either to setup cron job to scan the directory every minute (or more rarely), or to scan the directory on demand by hitting a button on the web form or just on each call to the script.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Reply     « Reply to folder contents saved in mysql
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09769 seconds with 12 queries