Posts by Diego Sampaio • 46 points
3 posts
-
2
votes3
answers953
viewsA: Select higher PHP value
You can use the function arsort PHP to order the array $gols and so seek the first value of it, which will be the greatest. Try so: $gols = [ "Kraken" => "25" "Cleiton.Xavier" => "10",…
-
0
votes2
answers539
viewsA: My css url is not working in codeigniter
Try creating your "layout" folder outside of "Applications", the structure looks something like this: application system layout assets css sass
-
0
votes1
answer502
viewsQ: How to pass values from a list in Ionic3
Talk guys, I’m breaking my head with something "presently" simple, more not so much... I have a simple json with id and name, with approximately 25 records, I have to take only the records selected…