This is the code for the web based panel (web based UI) that will display the data received from arduino or can send some command to the Arduino All communications are done through a server (web server) The frontend code <?php date_default_timezone_set(“Asia/Kolkata”); $conn = mysql_connect(“localhost”,”root”,”xxxxxxxxxx”); if(!$conn) { echo “Error: failed to connect DB”; … Continue reading Arduino – Communicate With Server – Part 3 – Web Based Panel