I need an Arduino to send a message on the web after pressing a pushButton, which is in turn connected to an Arduino shield, and this without using a GSM shield.
I need to send a message just by using HTML/PHP code included in Arduino IDE. This displayed message should contain two buttons. One button is used to turn a LED ON/OFF and the other to open a stream video.
Can anyone help me with the Arduino code and explain how I should do that? Is there any third party except a GSM that helps me to send that message, please?