I created a loop that shows all the months of the year with the following code:
for($i = 1;$i <= 12;$i++){
}
Then I created a $ _GET variable that would receive a rule like the following: 1,2,3,4,5,6,7,8,9,10,11,12
This is the $ _GET...
asked by
20.11.2017 / 17:27