Posts by Jão • 1 point
3 posts
-
0
votes0
answers29
viewsQ: Deleted CSS is still affecting the HTML file
I was creating a basic site in HTML, so I decided to tinker a little with CSS to organize where each thing of the site would be using the divs, so I created a separate file to work with CSS. At…
-
0
votes2
answers87
viewsQ: I’m having trouble comparing two numbers in php
I’m a beginner in php and I’m trying to compare two numbers but when I send the numbers to my other page ends up giving error, I would like help and if possible a very detailed explanation of what…
-
0
votes3
answers582
viewsQ: How to receive form data and inform the result of the sum in php in the form div element?
I need to do this: Create an HTML form with two text fields a div for presentation of the results and a button of type Submit. 1 - Create a PHP script, which receives form data and informs in the…