Posts by LuisFelipe • 100 points
4 posts
-
1
votes1
answer59
viewsA: Growth rate using PHP
Good afternoon, you could try testing for when it is zero, split by 1, so the split would not give error and return the original value: $taxaDeCrescimento = ((($quantidadeMesATUAL -…
phpanswered LuisFelipe 100 -
5
votes1
answer6927
viewsQ: How to change Default Encoding in Sublime Text 3
In my work, we program in PHP mainly and all the code files were made in ASCII, I’m making some inclusions of pages and I often need to open the existing files and add new things. I do this through…
-
1
votes0
answers81
viewsQ: Using two JSON files with Jquery
Good morning/afternoon/night, I’m doing a college job trying to put 2 JSON files and compare a key, for example, in the first file will have several addresses and a key relating them, this key I put…
-
1
votes1
answer646
viewsQ: Character Alignment
I wish someone could tell me how do I get the numbers to line up that way with the words in the top index, I’m making a replica of that example for a college job, but I can’t get the numbers to line…