Hi,
I working on a project to build a weather station with an Arduino that measures temperature, pressure values etc. These values will then be stored in a MySQL database which I’ll use to plot a live data on a web server. I’m using Apache web server with phpMyadmin installed. My problem is I don’t know how to write a PHP code to send data from my Arduino to the database. I’ll appreciate it if you can help me.