Stats question: Find stats from a given year to this year
Posted: Fri Mar 26, 2010 9:58 pm
Hi there!
I was just wondering about how I could solve this 'issue'. I want to set a $startYear (to for example 2000) and do something like this:
I was just wondering about how I could solve this 'issue'. I want to set a $startYear (to for example 2000) and do something like this:
Code: Select all
foreach(year) {
$result .= 'blabla,';
}
echo $result;