Posts by Maykel Figueiredo • 1 point
4 posts
-
0
votes1
answer125
viewsQ: Multiple image upload with Fetch API
I have the following code: HTML: <input type="file" name="image[]" class="selecao_arquivo" id="selecao_arquivo" multiple> Javascript: sendInsucesso.addEventListener('click', e => {…
-
-1
votes1
answer17
viewsA: Help with form within WHILE
Already solved, just took that part from inside the while... <?php if(isset($_POST['like'])){ $i++; $like = $_POST['like']; echo "$like"; var_dump($like); $likes = "INSERT INTO likes…
whileanswered Maykel Figueiredo 1 -
-2
votes1
answer17
viewsQ: Help with form within WHILE
I would like to know how to get individual values of each like button, because when I like once a comment it ends up receiving the amount of others... Example; If you have 2 comments you get 2Likes,…
whileasked Maykel Figueiredo 1 -
0
votes1
answer82
viewsQ: Redeem a while loop echo input
I’d like to redeem the value of one input with echo of loop of a while and request UPDATE redeeming that amount. <form method="POST" name="form" action="<?php echo…
phpasked Maykel Figueiredo 1