Posts by Lucas Almeida • 61 points
3 posts
- 
		4 votes2 answers793 viewsA: Add data to array() in PHPAndré, from what I understand you want to add elements at the end of the vector and the way you are doing you overwrite the array. To add elements at the end of the vector there is the method push.… 
- 
		-2 votes1 answer302 viewsQ: Need to install Composer on the server?I’m studying php and learning how to use autoload and Composer. I got a server to use during my studies. The server must be installed for autoload to work? 
- 
		2 votes2 answers30328 viewsQ: How to run a . py program by python IDLE on Windows?I’m learning to code in python and I’ve made a small program, but I can’t run it through the python terminal (IDLE or sheel) program name:salario_real.py error…