Posts by Renato • 11 points
2 posts
-
-1
votes1
answer103
viewsQ: Pull value from a column with select mysql to php
Hello! I have this bank: SELECT * FROM player_index WHERE player_index.empire Query return: https://prnt.sc/pk8k1u And I have this code below,: <?=$players[$i][1]?> <table…
-
1
votes0
answers56
viewsQ: Sort mysql query correctly
I have a query to fetch some values, however the value does not return me correctly. In the example below you will notice that user 1 is below user 2. In this case the order should be in this…