Posts by Vinícius Duarte • 35 points
2 posts
-
2
votes2
answers3800
viewsQ: Format number with Javascript
I need to format whole numbers, example: let num = 1234567; // saída 1.234.567 However, if the number you are going to have has decimal places that appear to no more than two decimal places.…
-
1
votes2
answers289
viewsQ: How to join different foreach results in an array?
I’m picking up information from movie posters from a movie site, using Simple Html Dom. <?php include("simple_html_dom.php"); $html = file_get_html("http://arcoplex.com.br/?lang=059"); To get the…