biondizzle Posted December 23, 2008 Share Posted December 23, 2008 i would like to make a search box but NOT for keywords and text. i would like to have it linked to a folder in my server that has nothing but files in it, so when someone types in part or all of the file name the file will come up. i believe this may be an easier task than a regular search because you will not have to index everything... or do you have to index everything? i don't know what the name for something like this would be but im sure its feasible with php any help in the right direction or an alternative to achieve this would be soo much help thanx a bunch in advance. -Mike Link to comment https://forums.phpfreaks.com/topic/138150-search-box-for-files/ Share on other sites More sharing options...
Yesideez Posted December 23, 2008 Share Posted December 23, 2008 If you're searching a database you can use the LIKE clause with SELECT. Link to comment https://forums.phpfreaks.com/topic/138150-search-box-for-files/#findComment-722167 Share on other sites More sharing options...
biondizzle Posted December 23, 2008 Author Share Posted December 23, 2008 well i don't have the files on mysql i don't know how to make mysql automatically add the files into a table. thats why i was wondering if theres a simple way around to searching the files because they're all in the same folder, if indexing them is the only way could someone explain when i add a new table what do i do to have mysql index all the files in that folder itself? thanx Link to comment https://forums.phpfreaks.com/topic/138150-search-box-for-files/#findComment-722495 Share on other sites More sharing options...
biondizzle Posted December 27, 2008 Author Share Posted December 27, 2008 i have like 80 gigs of files i want uses to search through http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx if i use that to add them all in the database, what would i add to the page to search the files? Link to comment https://forums.phpfreaks.com/topic/138150-search-box-for-files/#findComment-724378 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.