Jump to content

File search function - whats the best way?


realWasabi

Recommended Posts

Hi

 

I'm trying to write a script that searches through files in a folder and return the filenames matching the search criterias. It needs only read the filenames, and not the file contents (.pdf files).

 

All the files are formatted like this:

street name,housenumber,cust name,casetype,casenumber,archivedate.pdf

(notice that the streetname+custname may contain spaces.)

 

I need to be able to search freely on one or more criterias - while also using * as a wildcard (fx. searching for street* instead of full streatname)

 

So far I have been using if statements to return search results, but as more and more files are being added (700+ at the moment), along with the large number of criterias, this does not seem like the most efficient way to do this - nor does it seem like the "correct" way.

 

What would be the best way to go about this?

Link to comment
https://forums.phpfreaks.com/topic/284411-file-search-function-whats-the-best-way/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.