Hello!
Can anyone please give me an easy small example how to use a textfile as a database. (I want to store two variables, $a and $b, $a is an int and $b is a char)
(How to save the variables, update them, and read them from the textfile....)
I know I should use fopen, fread, fwrite and such, but I don't get the pieces together. 🙁
Please help
Huge thanks in advance.