Posts by max henrique • 14 points
2 posts
-
-2
votes1
answer105
viewsA: PHP and HTML5 higher value between 2 form fields
You can use javascript <script> const mscore = document.querySelector('[name="mscore"]'); const vscore = document.querySelector('[name="vscore"]'); const hidden =…
-
-2
votes3
answers359
viewsA: "Onclick" function that calls PHP function
Hello, Try to make a require "index.html" inside the if thus: if ($conn->query($sql) === TRUE) { require "index.html" }