I am rookie in programming. I only have basic programming skill, so looking for some suggestions on how to go about it.
I want to create a custom form with text data and file upload. The user will fill in the data and upload the file. User will enter data for multiple people.
Now the text data and file will be saved in a database. Later the user should be able to search the database for the person, see the old entered data/file and edit the form again , also resubmit it with additional data.
Now as i understand I need to do the following:
Form ( PHP)
database (MySql)
Would this be sufficient or am I missing anything?
Appreciate all the help !! Thanks!!
source https://stackoverflow.com/questions/69381354/need-suggestion-creating-a-custom-form-with-file-upload-feature-editable-and-se
Comments
Post a Comment