Posts by Diego Carlos • 43 points
2 posts
-
1
votes0
answers39
viewsQ: Create directory mapped PHP folder
I’m trying to create a folder in a network mapping but am not succeeding <?php if(isset($_POST["databse"]) && isset($_POST["nomecli"])){ $database =…
phpasked Diego Carlos 43 -
3
votes1
answer213
viewsQ: Take specific position in . each
I made a noose .each that returns some button: $(document).ready(function(){ listarPedidos() var consultas = setInterval(listarPedidos, 4000); }); function listarPedidos(){…