Posts by Silvio Sampaio • 13 points
3 posts
-
1
votes0
answers95
viewsQ: Excel how to compare 4 equal criteria in a table
I have a table of player characteristics. I need a formula that checks [TRUTH/FALSE] if all characteristics were repeated The table is contained in the following interval: $R$3:$X$2004 The range of…
excelasked Silvio Sampaio 13 -
-1
votes1
answer223
viewsQ: HTML5 and PHP form all on the same page
How to process these tasks before the form is saved to the database? CASE 01: How to prevent the boss not be repeated in the visitor? CASE 02: How to determine winner or draw? CASE 03: Determined…
-
-3
votes1
answer105
viewsQ: PHP and HTML5 higher value between 2 form fields
How to calculate values of 2 form fields before they are saved in the database and how to save this form? (All on the same page) <!DOCTYPE html> <html> <?php include = ("bd.php");…