$temp){ $temp2=$x; $a=$temp2; } } } } } if($pg==1){ $x=$a; if ($x==0){ echo ("Não há unidades cadastradas nesta categoria."); } $x++; } else { $pg=$_REQUEST[pg]; $x=$_REQUEST[x]; } while($temp<5 && ($x!==0)){ $temp++; //include arquivos $arquivo = $cat."/".$x.".htm"; if (file_exists($arquivo)){ include $arquivo; echo " --------------------------------------------------------------------------------------------------------"; } else { $x--; $arquivo = $cat."/".$x.".htm"; if (file_exists($arquivo)){ include $arquivo; echo " --------------------------------------------------------------------------------------------------------"; } } //fim include arquivos $x--; }//FIN DO WHILE ?>
1){ $volta=$pg-1; $xtemp=$x+10; echo" Voltar "; } //voltar ?>  
0){ $avanca=$pg+1; echo" Avançar "; } ?>