$i = 1;
while(true)
{
     if($i == 1) echo 'active';
    // Diğer döngü kodları buraya
}