Hello,
I am a bit new to database building and I am taking on a project to convert the family businesses file system into a MySQL database system. I have learned how to build everything up in MySQL but somewhere down the line after I implement the database itself I am going to have to figure a way to add data to the database without performing manual SQL queries each time. After some research, I am thinking some sort PHP generated form could be leveraged to automate the data insertion process...
As in, the employees fill in the form each time they conduct a sale. Each form represents an entity of customer, with each field being tied to an attribute...
As I said, I am very new at this so I first would like to know if the above approach is feasible. Secondly, how difficult will this be to do? Lastly, what is a good source of information on how to get this done?
I appreciate the help. If this isn't the right place for this post please direct me?