Posts by Henrique Silva • 145 points
10 posts
-
0
votes0
answers156
viewsQ: Mysqltuner Help with analysis
I have no knowledge in mysql, and it was very difficult to understand the diagnosis of Tuner. My problem is that when the site gets too many visits, the connection to the bank drops. I’m using a…
-
5
votes2
answers1345
viewsQ: Click on the Link and open a player below it
I have some links, example: Link1 Link2 Link3 Link4 and would like to click on Linkx it opens an "embed" just below it, and that each Link brings its corresponding video. I’m working on a wordpress…
-
1
votes0
answers200
viewsQ: Dropdown menu inside Wordpress post
What would be the best way to put a Drop Down Menu within a Wordpress post? Since the Links of this menu should open in the same post, as video for example... Click on the Menu then click on Option…
-
0
votes1
answer154
viewsQ: modal multiple > Bootstrap/JS/PHP
I used this link as a reference for creating my Modal: Open Multiple Bootstrap Modals. After opening a modal and clicking outside the modal box, when we return to page, an automatic style of…
-
1
votes2
answers2013
viewsQ: Modal Bootstrap > While Loop > Open Modal Item
I believe it’s a matter of putting the code in the right place, but I’m racking my brain and I can’t... I made a test with the standard Bootstrap code, where it works on a button. I even put the…
-
1
votes1
answer129
viewsA: Generos Link($_GET)
I took advantage of the links I generated on the homepage, which used GET to filter the content of the bank: $cWhereTipo = ""; $cWhereGenero = ""; //Verifica se tem tipo vindo do cliente: $aGet =…
-
0
votes1
answer129
viewsQ: Generos Link($_GET)
I’m working on a project to learn about PHP, and at the moment I stopped to make a link access the bank and bring everything that has its same value or id... <?php $generos = explode(',',…
-
3
votes3
answers2837
viewsA: Store multiple checkboxes in a single column with PHP + Mysql
Gentlemen! Thank you very much to everyone who helped me here. I managed to learn a little more about this language :) . The following solution is: Includes direct implode function in variable…
-
2
votes3
answers2837
viewsQ: Store multiple checkboxes in a single column with PHP + Mysql
I’m having trouble storing multiple checkbox in the same table field. In this case, by filling in the form and marking more than one checkbox, it stores only the value of the last checkbox. Here are…
-
1
votes0
answers97
viewsQ: PHP/Bootstrap - Replay up to X and then up to Y then includes new DIV and continues replay
I’m breaking my head in this repetition, as this is my first question, sorry for the mistakes. :) Currently I have this block of codes inside the container: <?php echo '<div class="row">';…