Posts by Luiz Henrique Lobo • 5 points
3 posts
-
0
votes1
answer80
viewsQ: How to use two database columns as a sort criteria for a Query?
Hello, Could you help me with this question? I’m making a query in MYSQL you need to search the records database and sort them by two different columns using ORDER BY. I’m using the query following,…
-
0
votes3
answers1705
viewsA: Insert video into HTML after 10 seconds using Javascript
Thanks for the help guys,helped me so much. I used the concepts of the two answers and I arrived at the expected result. Below follows the final code. <script> setTimeout(function() {var…
-
0
votes3
answers1705
viewsQ: Insert video into HTML after 10 seconds using Javascript
People need to insert a video into my HTML after 5 seconds using Javascript, before 5 seconds the video is not displayed. I even put the video on the page using Javascript but tried to use the…