Posts by Yago Lima • 1 point
6 posts
-
1
votes3
answers419
viewsQ: Browser only emits audio after I click on it
I’m trying to make a sound run as soon as the page loads. I open the browser (Firefox or Chrome) Page access, but the sound doesn’t play. I can only hear the sound after I click anywhere on the…
-
1
votes0
answers133
viewsQ: Monitor Mysql server activities
I have a network-hosted system (php and mysql) here in the company, installed on several stations. I wonder if there is any command or tool for monitoring requests (queryes) for made to the MYSQL…
-
0
votes1
answer6157
views -
-1
votes1
answer290
viewsQ: Doubt about Socket php
I’m starting to study about Sockets, and I took as a basis the code of the following video: https://www.youtube.com/watch?v=qqDdHjJBZVw The question is: Why does it only work when called through cls…
-
1
votes0
answers61
viewsQ: Search words on page and replace
Friends, I wonder if it is possible to create a method that scans an html page or only inside a div, looking for a specific word and replace it with another word. I’m trying to do this because I’m…
-
2
votes2
answers135
viewsQ: How to sort a select by bringing results of 2 in 2
I am creating a system where the user informs the name and time of birth. I would like to know whether the following question can be resolved: I have the following table: Having the name and time of…