php - Method for Storing and organizing data submitted by user to a website (form, pdf)? -
i have completed website startup consultancy office , confused on database part. user supposed upload basic information using form , resume in pdf format. how should organize data stored, say, in excel sheet or that. office people not supposed have data administration knowledge. should data whenever user upload form. standard/preferred way? how can implement it?
there lot of options:
- you might switch excel access (if customer has license it) , have access read same database php program writes to. notify them of changes can send email (only notification, not transfer of document itself
- you can create second web application them use access data stored. application can poll database changes or can notified when written first application (you can use techniques websockets)
i go option two: create application , create icon on windows desktop leads them website. if easier implement can combine option 1: send email whenever new document uploaded, email contains link second application
Comments
Post a Comment