|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Can PHP do this???
I have a possibly n00bish question. Can .php be used in this situation:
I have several directories that have tons of reports being placed there every night. I want a way to dynamically generate a report listing. I know I can just list the reports by allowing the directory to list contents. What I am wanting to do is allow the users to search the directories for specific reports, list most recent reports, and do it all in a way that is easier than scrolling thru hundreds of reports looking for dates and report names. Can this be done? Any comments would be greatly appreciated. Thank you, Noah |
|
#2
|
||||
|
||||
|
You should be able to. What you might want to try is dumping the directory listing into a database and building a search function to search through the database, then use the pathing that is stored to open the file..
|
|
#3
|
|||
|
|||
|
Good idea, any suggestions on how to dump the file listing into a database? Or even a way to index the files for searching?
-- noahl |
|
#4
|
|||
|
|||
|
bump...any suggestions on how to index a directory of files on NT 4.0???
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > Can PHP do this??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|