2
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 very well database 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 didn’t want to go into the database right now, there’s another option?
You can save to files. PHP has several functions to read and write to them. http://www.w3schools.com/PHP/php_file_open.asp
– Alexandre Borela
You’ve been here a long time and you should know we’re here to answer specific questions, not to pass handouts.
– Maniero