Posts by Caio Jfmg • 1 point
4 posts
-
-1
votes0
answers26
viewsQ: Copy a database record with PHP
I have a database with a table called products, in this table I have 3 columns: name category url With the code below I can copy all the data of an existing product to a new product. $id = 33; $sql…
-
0
votes2
answers122
viewsA: How to view formatting numbers in javascript. Currency
Getting close to what you wanted ( if anyone needs ): function findTotal(){ var arr = document.getElementsByName('qty'); var tot=0; for(var i=0;i<arr.length;i++){ if(parseInt(arr[i].value)) tot…
javascriptanswered Caio Jfmg 1 -
-2
votes2
answers122
viewsQ: How to view formatting numbers in javascript. Currency
I have a code that takes all the numbers present in input type="text" name="qty" and makes a sum. If I have two inputs with value 30 and with name="qty", the result of the script would be 30. Only I…
javascriptasked Caio Jfmg 1 -
-1
votes1
answer407
viewsQ: Possible with javascript / jquery
I need to get the result of the image. if you can help me, I’ll be very grateful.…