Posts by Henrique Andrade • 21 points
2 posts
-
1
votes3
answers113
viewsA: If condition not to show images that do not exist PHP
Emmanuel, you can improve by performing a for and checking if the item is different from nothing. <?php for($i=1; $i<=5; $i++) { if(isset($linha['foto'.$i.'bci']) &&…
phpanswered Henrique Andrade 21 -
1
votes2
answers47
viewsA: Formatting/Punctuation of real values
Igor, you first need to replace the "." point with nothing. First you must format the thousand, then format the decimal. var saldo = parseFloat($("#lblSaldo").text().replace('.","").replace(",",…
jqueryanswered Henrique Andrade 21