0
I am developing a PHP system following the MVC(Model-View-Controller) standard. I decided to create an account deletion page for users and display a text field so that they can inform us why they are abandoning the system. My question is whether I should save these messages in a text file or in a database table. I also thought of creating a list with possible reasons for system abandonment and the user would only need to select the option from the compatible list. However in this alternative way, I would limit the user only to the list I created, that is, I would not know if he would be abandoning the system for an undisclosed reason.