Posts by Luciano Valença • 21 points
2 posts
-
2
votes2
answers1809
viewsA: Take a value that is within a <span> on another site using PHP
In your case the tag you want to catch has no id or anything that identifies it, so you can only get the value by its index: <?php // Desabilita erros da libxml e permite que o usuário obtenha…
phpanswered Luciano Valença 21 -
0
votes2
answers1944
viewsA: Load Bootstrap Carousel
If saving the images again is an option, I would try to save as progressive JPEG, the browser will start displaying the image bit by bit already at right size before it is 100% downloaded