Well, when I first read your post, at
http://www.phpbuilder.net/forum/read.php3?num=2&id=128305&loc=0&thread=128305
I replied with a possible solution, wich is, to safe the data into a text file, or a database..
you replied my post, with a request for some code..
as I don't agree that doing someone else's home/work will get that person PROGRAMMING, I replied with a set of functions, and say what you could do with each one of them..
I also pointed out the url to the file system reference in PHPs manual..
you then replied that you 'would' check the site.. and asked for some code..
now.. did you check the reference ? No.. you wanted an easy way out..
did you try to use the functions I said ? Guess not, since you haven't shown any code with mistakes/errors/not-working-for-some-reason..
So.. why should I care, if you don't ?
One other thing, you keed saying you are new with PHP.. but that IS NOT a PHP only related question.. it's a logic problem, and you should try to learn howto think about some simple algorithms and then start learning a specific language from bottom..
programming is not only about knowing some language functions..
it's about finding a solution to a problem, (using some language's functions..)
..
one other thing, if you read the anotated manual, at php.net/manual, you'll find lots of examples, people (like myself) have post there.. almost every function as comments and examples..
walk the way.. don't expect people to take you on their back..