Hi!
Iยดm totally new to php so plz bear with me here. ๐
This is probably very easy but... :o
My problem is this:
I have a .swf file. This .swf is a scoretable where ppl are supposed to be able to add their scores thru a simple form. I have a .txt file that the .swf file loads to display the scores.
My problem begins at writing to the .txt file. I guess I use fwrite but dont that just add the info at the end of the file?
I want the script to add a score, for example: I submit a win and the script replace 2 wins with 3.
Anyone got any ideas about how i do this?
Many thx in advance!
edit: btw, feel free to direct me to other threads or tutorials that may solve my problem ๐ :edit