Posts by Tássio • 15 points
3 posts
-
0
votes0
answers19
viewsQ: Register Forms array in the database
I have a form that is dynamic, the user chooses how many input will appear. <div class="container"> <?php $g = $_GET['id']; ?> <form method="post" action="upload.php?id=<?php echo…
-
0
votes1
answer62
viewsQ: format currency in dynamic span
I want to format a dynamic input type range result, which gives me a dynamic value in a span. I need to format this value for currency. Ex: 1000 to 1,000 html <span…
-
1
votes1
answer179
viewsQ: take value from an elementbyid.innerhtml to calculate and place in html
Oops, so... I have a value of an input type range that is being played in a span I want to take the value of that span with javascript, make a calculation with that span number and put in another…