How to join two arrays with the index of array 1 following the index of array 2 .
Join data:
descricao
array1= datacol1, datacol2, datacol3, datacol4
array2= collinha1, collinha2, collinha3 ,collinha4
Print like this:...
I'm developing this site in bootstrap link
However, down in the specialties section, I have 7 elements on the same line. I had to use a "gambiarra technique" to align them, as I did not find a specific class that supports the 7 in the same...
I do not know if the name is indentation, but how do I apply this space as in the image below in my paragraphs with css? Are there any class in the bootstrap?
I have the following scenario:
Each month we release new versions for our customers, and most of the time our customers call telling us that X functionality is not working the way it should. Because it is usually running a function that is from...
I would like to know how I can query the MySql database and group the records by year and month.
At the moment I first make a query to get the year records, then for each year I use a for () to filter the results per month within that year....
I am in the following dilemma, which may be simple for many here, however, as I am a beginner, I am experiencing a major difficulty in a system I am supporting ...
When you click a button, you run a script that returns data in JSON. However...
Generally, when I install Composer, I usually do this:
curl -sS https://getcomposer.org/installer | php
It downloads a file called composer.phar . But then I have to keep putting the folder path all the time I'm going to execute....
I have a scenario where I will receive a list, or an array, or any other data type of the database where I can know the size of my list before creating it, what is the advantage between newList and the newList2 in my code below? Is there any...