I have a question: I want to update the data that is seen in my php web that is connected to a database and that what changes in the database is updated on the web without updating. I know it's done with "Ajax" but the only tutorials I found are with forms, and I do not adapt it or it does not work for me.
Here I leave what I want to be applied: Cool the "match1" without updating the page (This is all in PHP)
else if ($quediaes=="Wed" && 11 <= $hora && $hora <= 12) {
echo '<h3>Estás mirando: ' . $rows_dbpartidos['partido1'] . '</h3>';
}