Posts by user2803444 • 46 points
3 posts
- 
		3 votes1 answer134 viewsA: Problem with conditionActually, 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 variableRewriterule /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 friendlyvar valor_pesquisa = window.encodeURIComponent($("#valor_pesquisa").val());