Maybe i am a little bit stupid, but i dont know how i do not div with zero.
I mean this row:
PHP Code:
$daysreg = iif($daysreg == 0,'1','$daysreg'); // checking to see if not registered for more then a day to prevent division by zero
in the timeonline.php.
It comes the warnig if i use the
http://www.phonecity.de/forum/timeonline.php where you can see it.
Can somebody tell me how i can fix this
cu
Thomas