Je moet ingelogd zijn om te stemmen.
function functie(getal) { if(getal <= 9) { getal = '0'+getal; } return getal; }
function functie(getal) { if(getal <= 9) { getal = '0'+getal; } return getal;}
if(substr($getal, 1, 2) < 0 || substr($getal, 1, 2) > 10) { $getal = 0.$getal; }
if(substr($getal, 1, 2) < 0 || substr($getal, 1, 2) > 10) { $getal = 0.$getal;}