PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$result = $mysqli->query("SELECT * FROM READING
WHERE sensor_no='01'");
I am trying to place this piece of code inside a button - i am trying to develop an interface where the user
can go in and by clicking on this button he can see the results of this query.
Is this any clearer - as i say I haven't much experience in PHP.