Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Adding data submission to webpage

Options
  • 10-06-2017 1:33pm
    #1
    Registered Users Posts: 385 ✭✭


    Hi there I'm thinking of hosting a program (more a webpage coded in html5) on a web server. I am modifying a free to use/modify/distribute program to get some feedback.
    On completion, it gives the option to submit/email/print feedback. I would like to store these in a .txt/.xml document if possible. I can use the email option (which gives a laid out version of the results in the body of an email) but I was curious about how to get the submit option to work.
    I read through threads here and people mentioned it requiring a server-side language like php but I'm still uncertain how to go about it. And I'm wondering if this would be a very involved piece of work when I can get feedback emailed to me? Just curious!


Comments

  • Registered Users Posts: 6,251 ✭✭✭Buford T Justice


    saving the data to a file will require some sort of server side language. PHP would be perhaps the easiest one to pick up. Something like kirby might help


Advertisement