05.10.2015, 17:49
Quote:
I hope you realize you need to scale it to 100%? If there are say 354 of 500 players online then you obviously don't put 354 directly in the HTML. 354/500 players = 70.8% filled and that's the number you output in HTML.
The code you posted makes no sense at all and is not even syntactically correct. I think the guys at StackOverflow would have a good laugh. |
Now, what would be the best way to scale it to those points while using PHP and without breaking the progress bar?
I know a few things that i could make (just thinking of them) but im not very php savvy to achieve it U_U