Forum Moderators: coopster
Does anyone know how to code something like this?
Thanks.
If you have all the files saved to your server, rather than trying to write a spider you could just open the directory in which your files reside and read them one at a time until you have cycled over the whole directory.
Each time you open a file you can do the extraction and other actions such as outputting somewhere else.
I'd suggest heading to php.net and searching the file/directory handling pages.