echo '
'.$category.'
';
$indice = 256;
$section = '1';
$page_count = 0;
$sub_count = 0;
if(($testo=fopen('page_content/'.$category.'.txt', 'r')))
{
while(!feof($testo))
{
$buffer = ltrim(Chop(fgets($testo, $indice)));
echo $buffer;
}
}
?>