I have a search and replace where the search for consists of 300 words. Luckily this will only have to be done when a user uploads a file. The file may contain several hundred words itself. My question is what is the best way to approach searching for this many words? Should I use an array and loop through the file for each of the search words? Or is there a more efficient method?
Thanks, Ron -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php