moyrehalbio
New Member
I want to made a simple check list with html. \[code\]<input type="checkbox" name="" value=""> <br>\[/code\]It won't be a massive list.
But the problem is, surely, it won't saved, except it was stored on a persistence.
Although I can add connection to a MySQL database, this time I just don't want to use MySQL at all.
So I was planning to save those checkbox states on a permanent file.
Not on \[code\]$_SESSION\[/code\]. Do you have any idea what should I do?
But the problem is, surely, it won't saved, except it was stored on a persistence.
Although I can add connection to a MySQL database, this time I just don't want to use MySQL at all.
So I was planning to save those checkbox states on a permanent file.
Not on \[code\]$_SESSION\[/code\]. Do you have any idea what should I do?