Posts by Silezia • 7 points
4 posts
-
-2
votes1
answer32
viewsQ: Doubt on locating array element
I made this program in php. The answer should be "20", but it informs : Undefined index: cod_produto in [...][...] on line 21</ for($i =0; $i < 20; $i++){ $valores[] = array ( $i => array(…
-
0
votes0
answers27
viewsQ: web Speech Listener
I have the following programming. She writes input to text4 and text5 by the corresponding button. However, I wanted to do it automatically, that is, when I start input, via text4, the listen4()…
-
1
votes1
answer63
viewsQ: solve programming
I need help in the lines below where video and image appear when I type photo var nota = document.getElementById("text").value; function limparimg() { document.getElementById("div").innerHTML = "";…
javascriptasked Silezia 7 -
0
votes2
answers80
viewsQ: Doubt about JS function
I have the myFunction function that calculates the product of two numbers and displays them on the screen. I would like to shift this function to the Listen function when the value of P1=10. The way…