05.10.2015, 15:38
(
Последний раз редактировалось SparkyCode; 05.10.2015 в 16:44.
)
Hi, i was wondering if somebody knew how to accomplish this kind script for a bootstrap 3 progress bar.
Thanks!
EDIT: Managed to parse the array number alone, i still wonder how to integrate it to a Bootstrap 3 Progress bar.
Current Code:
And i need to integrate it with this:
Thanks!
EDIT: Managed to parse the array number alone, i still wonder how to integrate it to a Bootstrap 3 Progress bar.
Current Code:
Код:
<? $players = $query-> if ($query-> $query->getInfo(); $query-> echo $players['players']; ?>
Код HTML:
<div class="progress"> <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"> <span class="sr-only">60% Complete</span> </div> </div>