Posts by user2803444 • 46 points
3 posts
-
3
votes1
answer134
viewsA: Problem with condition
Actually, there is an error in the condition. You must resolve by changing to: if (($tavis == "indenizado" || $tavis == "dispensado") && $prazo > 10){ $multaqss = true; } elseif (($tavis…
-
0
votes2
answers589
viewsA: User friendly URL does not retrieve variable
Rewriterule /artist/([0-9]+)$ /artist.php? artist=$1 [QSA,L] https://wiki.apache.org/httpd/RewriteFlags/QSA
-
-1
votes3
answers354
viewsA: Problem with search and url friendly
var valor_pesquisa = window.encodeURIComponent($("#valor_pesquisa").val());