![]() |
Program to create files based on a text list?
Does anyone know of a program to create files based on a text list?
For ex. my text list would look like: 1 2 3 4 5 I'd want to create: 1.txt 2.txt 3.txt 4.txt 5.txt etc... |
would be simple to do in php
what would you like the file to contain.? |
Quote:
|
Quote:
make a folder somewhere put the code below in a file called index.php make a folder called results. this is where the created files willl be saved ( chmod the folder to be writeable ) save the list in a file called file.txt ( in the same folder as index.php ) Code:
<?php |
if you have troubles let me know
|
Wow, thanks man!
|
I'm really going to need to learn php one of these days.
|
| All times are GMT -7. The time now is 12:01 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123