Update
Well I found a way to get to this, the only problem now is that it will show "No servers online" 18 times. That because we have 18 servers listed. And even if 1 server is only it will show 17 offline and 1 online. Anyway, think I might find away around this if you could help me some...
if($thetime > ($row + 120)) {
$noserver_membb='No Server Online';
} else {
$noserver_membb='Blank';
that is the code I'm working with right now. Is it possible to make this the way that it has to be 18 of the
if($thetime > ($row + 120))
before anything happens?
a code like
if(18*$thetime > ($row + 120))
Then I can get it solved... no iea if it is possible...