![]() |
rename the text files in numbers, eg. 1,2,3....
what i want to do is when the visitor fills out the form and press submit, i want to store the information as a text file, and call it "text1.txt", when the second visitor comes and submit another form, I want the second form to call "text2.txt", and so on.... continues to name it in accending numbers,
PHP Code:
|
Re: rename the text files in numbers, eg. 1,2,3....
can anyone help me with this please? I am having a hard time figuring it out, if you have any confusion with my wordings, just reply to this.
Thanks |
Re: rename the text files in numbers, eg. 1,2,3....
absolutely no one can help me out with this? :( :( :(
|
Re: rename the text files in numbers, eg. 1,2,3....
sorry for posting it twice, but because I couldnt find my first post so I reposted my question again, but could anyone help me with this?
|
Re: rename the text files in numbers, eg. 1,2,3....
here is what I already got to so far, but there seems to be an error with this, can anyone have a look at this:
PHP Code:
|
Re: rename the text files in numbers, eg. 1,2,3....
can anyone give me a hand here...?
|
Re: rename the text files in numbers, eg. 1,2,3....
nobody can help me???
|
Re: rename the text files in numbers, eg. 1,2,3....
Keep a counter a counter file which will keep the track of the last number, using which you can create files in sequence.
|
Re: rename the text files in numbers, eg. 1,2,3....
can you teach me how to do the ++ thing with the txt file then? I just want a very brief tutorial on the counter thing, thank you so much for replying!
|
Re: rename the text files in numbers, eg. 1,2,3....
Code: PHP
|
| All times are GMT +5.5. The time now is 02:33. |