Posts by Miqueias Moureira • 36 points
4 posts
-
1
votes3
answers1442
viewsA: Print 5 times number 5 on screen
Jsjsj, then, colleague you are printing the loop iterator, ie at each cycle it is incrementing, actually its function are giving something like this : //0,1,2,3,4 Correct, to print 5 times the…
javascriptanswered Miqueias Moureira 36 -
1
votes1
answer56
viewsA: Class logic in javascript
If I understand correctly, you can do so: When you get the json, I think it will be "tree-grown" in something like this: { //outros dados "players" : [ "player1" : { //dados desse player },…
-
0
votes2
answers170
viewsA: Blank, unanswered, email form - PHP
Add POST to method ( form tag property ), for example : <form action='/php/mail.php' method="post"> For, in logic, no php file. you take the data with $_POST['nome_variavel'].…
-
0
votes0
answers70
viewsQ: Upload and show on-screen at runtime loop with PHP, Jquery, AJAX, javascript
I want to upload an array and at the same time I want to show each file that was "uploaded" in a loop, at the time of execution of the loop, (for this the page can not refresh), avoiding to do all…