I want to know if there's a way to save form data, display it, and edit it without using a database? Because whenever a software will do integration with database I stop because I do not understand database very well yet. I was thinking of doing with arrays , a position of each array for a record, and an array for each form field.
I know it's hard work, but I did not want to get into the database now, is there another option?