Posts by Laercio Silva • 47 points
4 posts
-
1
votes1
answer210
viewsQ: Javascript Vanilla - Take select value Multiple and mount in json
<button id="get">Estilos</button> <select id="estilos-select" multiple> <option value="1">Sertanejo</option> <option value="2">MPB</option> <option…
-
0
votes0
answers141
viewsQ: PHP PDO call Procedure and then select from temporary table
I have a protocol that creates a temporary table and I need to select it right after. I’m using Pdo and always returns some error, in my last code gives error 500 and do not know where to go. $proc…
-
-1
votes1
answer195
viewsQ: What is the best practice for running select after PHP Insert?
After making an insert in the database, I return the newly created id and then make a get of this same id to perform another function. But as it is all very fast, the get comes before you have all…
-
1
votes2
answers616
viewsQ: Phpstorm stopped recognizing some files. php
After renaming a php file, Phpstorm no longer recognizes this file as a .php. The file is without the colors, does not give suggestions, anyway, it is like a generic file. The image below shows in…
phpstormasked Laercio Silva 47