Posts by Gabriel Gouveia • 45 points
3 posts
-
1
votes1
answer1397
viewsQ: Customize Html5 player volume bar
Friends, I have an Html5 player with all standard controllers. I would like to make a volume controller in this same style: My code so far <audio id="demo"…
-
0
votes2
answers377
viewsQ: Error reading XML file
Good people, every time I put to read an XML file on my localhost to return some XML response, everything works fine but, when I host this page, it gives error. What can it be? The error that…
-
3
votes1
answer2398
viewsQ: Run PHP without updating the entire page
My code is this: <?php $buscarusuario=$pdo->prepare("SELECT * FROM top5 WHERE status = 'ativo' ORDER BY colocacao ASC"); $buscarusuario->execute(); // Exibir com Fetch_Obj…