I made a function, but it only appears once, (not ten times).
I tried this also with a for loop, but with no avail.
Code:
function GetRecentPlugins(){
$stringbuilder = "";
$total = file_get_contents("http://bukget.org/api/json/latest");
$total = substr($total, strpos($total,"[")+1);
$temp =...