please give me a hint. i searched the whole weekend for a solution...
i need a standalone-script, to calculate the activity-percentage...the formula seems to be:
Code:
$WWU002_activitypercent=intval($WWU002_activity/$GLOBALS['WWU002maxPoints']*100);
now i need to know, how to get the $GLOBALS['WWU002maxPoints']...i think, they are calculated every day..right?
thank you 4 help.
Oli