Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 10 months ago. This question has been closed. Reason: Off Topic
Easy solution read post data html form
Dear All,
Finally I have a working webserver at my LPC4088 with a form the set some settings. But this is using the get method with all the data in the url. I want to change this to post, since the amount of data increases.
Is there a simple way to make this post handler?
Thank you in advance.
Kind Regards
What webserver code are you using?
posted by Jan Jongboom 12 Feb 2018I just took the most basic code i am using right now. but wat i want to code is making a html form with a post method like this:
I know how to make this for a normal website, but I don't know how to run the 'PHP script functionality' at the microcontroller.
posted by Jan Weinands 12 Feb 2018