Posts by Murilo • 1 point
2 posts
-
0
votes1
answer31
viewsQ: How to put a small modal bootstrap on another larger modal with the fade working properly on the two backgrounds?
I have two modal bootstrap , the first one a modal-Xl, the second one a modal-Sm that is smaller , they normally open. But the first of the effect of fade straight, already when I open the second…
-
-5
votes1
answer67
viewsQ: How to use the ROUND function in Laravel
insira o código aquiI have the following query in PHP: $transferencia = $conecta->rawSelect( 'SELECT * FROM register WHERE ROUND(valor,2)="' . $json->VALORLIQUIDO . '" ' ); How I perform this…