Posts by Coisas Coisando • 15 points
3 posts
-
0
votes1
answer37
viewsQ: Place text inside the image
Here is my code .imgs{ position:absolute; margin-top: -180px; margin-left: 25px; width: 200px; height: 200px; } <td style="width: 200px;"><?php echo '<img width=200px;…
-
0
votes1
answer16
viewsQ: save cookies to the array and then print
Here’s what I’m trying to do: Every time he click on the button, the counter counts + 1, and this amount will be used in foreach for him to save in cookies. look at my code: $contar = 0;…
phpasked Coisas Coisando 15 -
1
votes1
answer40
viewsQ: Data change problem in the database
I am trying to change the data of the database, however, when sending it does not present error message and it does not change the data. What can be happening? if (isset($_POST['enviar'])) { //Slide…