Can php create a file
Posted: Tue Jun 29, 2004 4:41 pm
Is there a way that php create a blank .txt file ex. test.php
Could this way this be done -
I make this file
Then in the script I declare its name as a variable
then I add to its name var $var and use ++$var with if or while loop to use it to create several names
then i use copy and rename each time with the name I found above.
Any suggestions and ideas are welcome
AND YEAH, can php Fopen() html source code to seek for something in it ?
Thanks Ahead!
Could this way this be done -
I make this file
Then in the script I declare its name as a variable
then I add to its name var $var and use ++$var with if or while loop to use it to create several names
then i use copy and rename each time with the name I found above.
Any suggestions and ideas are welcome
AND YEAH, can php Fopen() html source code to seek for something in it ?
Thanks Ahead!