Posts by Jefferson Oliveira • 1 point
3 posts
- 
		-2 votes1 answer84 viewsQ: Phpmailer (HTTP ERROR 500)I’m using apache 2 and php8. When loading the page this message appears "This page is not working localhost can not meet this request at the moment. HTTP ERROR 500" <?php use… 
- 
		0 votes1 answer39 viewsQ: Read id clicked and store in a var to reuseI have until now this code : document.getElementById('collapseOne').on('click', function(event){ event.preventDefault(); collapseItem(event); }); but I have more than 1 Collapse (in total four only… javascriptasked Jefferson Oliveira 1
- 
		-2 votes2 answers59 viewsQ: Javascript. Changing a string to an operatorHello, I wonder if there’s any way I can get the value + in the middle if a string and leave him as a operator ? Example: Of: var string = "15 + 20 + 30" To: var convert = "15" + "20" + "30" Obs:… javascriptasked Jefferson Oliveira 1