Erindesign
10-28-2006, 06:33 PM
I'm making a simple download script that takes .zip/.rar files and downloads them basically. I have 2 ways in my head.
1- Open Directory. Should be fairly simple as far as links go and they are already in alphabetical order, but I have no idea on how to add info to the file. I want to be able to add File information, file art, and the goodies so it actually looks like a download script.
2- Flat Files. They have never let me down. I can do a simple file with explodable lines and just use it as an array.
Name||Description||Link
Problem is that after uploading to server, you have to go in and add/change the information. It also doesn't align them alphabetically (pretty easy to do though).
I'm leaning towards Open Directory. If you have any idea on how to add any info to this let me know. (I could use a flatfile in the open directory and get info from it but that would be almost as much work as the 2nd option.)
1- Open Directory. Should be fairly simple as far as links go and they are already in alphabetical order, but I have no idea on how to add info to the file. I want to be able to add File information, file art, and the goodies so it actually looks like a download script.
2- Flat Files. They have never let me down. I can do a simple file with explodable lines and just use it as an array.
Name||Description||Link
Problem is that after uploading to server, you have to go in and add/change the information. It also doesn't align them alphabetically (pretty easy to do though).
I'm leaning towards Open Directory. If you have any idea on how to add any info to this let me know. (I could use a flatfile in the open directory and get info from it but that would be almost as much work as the 2nd option.)