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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Adding data submission to webpage

  • 10-06-2017 12:33pm
    #1
    Registered Users, Registered Users 2 Posts: 389 ✭✭


    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, Registered Users 2 Posts: 6,262 ✭✭✭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