Here's my problem...
I have several thousand zip files, and I want to make a text file that has the links to the files. How would I be able to do that.
Just to let you know about how many files I'm going to be working with, around 7,000+
It needs to work with html files also, I have 200+ .swf files I need to link also.
I have never used php, or even looked at it until July, 05, make that I never heard of it until July, 05 :eek:
How would I set up the text file to make it work with php file?
and
How would I set up the php file to make it work with the text file?
The text files will be in the same directory with the zip, swf, so I should be able to use relative links right? I think it is relative the code that has the <a href="thisfile.zip">This File</a>
I think I included everything that I need to know for right now!!!