Hi, I have been able to write to a text file, then another page can read from that file, all good.. Problem is I'm using multiple txt files just to set various variables. There is a reason I'm not using a database.
Can I somehow, write to a file after a certain marker is found ?
I.e, if I had in my txt file:
variable1
variable2
I could write to the text file a value, after it saw #variable2
So it would then read
variable2mypostedvalue ?
And of course do the same in reverse when reading the file?
Thanks