We are about to switch to a new forum software. Until then we have removed the registration on this forum.
So I am trying to send a string from an Arduino to a web page and display it on the said web page. I would like a simple example for the processing code sending the string and the php code receiving and displaying the string.
The answer in this discussion might help.
Try this post https://forum.processing.org/two/discussion/15976/running-php-script-via-processing. You could send the request and you don't need to capture what is returned. In the server side, you process the request using GET.
Kf
Thank you very much guys! I was suffering with this for the past 3 days.
Answers
The answer in this discussion might help.
Try this post https://forum.processing.org/two/discussion/15976/running-php-script-via-processing. You could send the request and you don't need to capture what is returned. In the server side, you process the request using GET.
Kf
Thank you very much guys! I was suffering with this for the past 3 days.