Posts by gobiraaaa • 19 points
3 posts
-
0
votes0
answers16
viewsQ: how to send a file with the same name without replacing in php
<?php $dir = "arquivo"; $file = $_FILES["csv1"]; if (file_exists('arquivo/dados.csv')) { echo "Um arquivo já foi enviado! Envie outro arquivo!"; exit; } else { …
-
-2
votes1
answer52
viewsQ: not working modal and java script and a function
I made a crud that registers and deletes and edits, only in the edit part does not work the modal also part of the code that I think the problems: <button type="button" class="btn btn-primary"…
-
0
votes1
answer248
viewsQ: I’m unable to change the size and color of the input button type Submit:
input [type=submit] { //esse comando não ta funconando background-color: #111f66; border: none; <form method="POST" action="processa.php" > <input type="email" name="" placeholder="Usuário"…