Ok now this is one odd problem I'm having here.
My called PHP functions just go berserk on me, they show up in a completely different DIV than the one they were called from.
I call them like this:
PHP Code:
$time = user_times($id,$week);
echo '<div>'.$time.'</div>';
And instead of being returned to the DIV the show up in a parent DIV.
Now I've tried all kinds of ways to fix this yet without any result.
Hope you guys can help,
John