prueba asi:
Código PHP:
<body>
<form action="http://localhost/categoria/alta/nueva_categoriab.phtml"
method="post" enctype="application/x-www-form-urlencoded"> <!--enctype="text/plain"-->
<?php
echo '<p><font size=5><strong>Alta Nueva Categoria</p><p> </p></font>';
$nt=$_POST['nt'];
$nc=$_POST['nc'];
?>
<table border="0">
<?
for($i=1;$i<$nt+1;$i++)
{
?>
<tr><td><strong>-Introduce el nombre de la tabla:</td><td><input name="tabl<?echo $i;?>" type="text" size="12" maxlength="10"></td></tr>
<p> </p>
<?
}
?>
</table>