El problema que tengo es que destino.php no le llega las variables.
Tengo esto:
Código PHP:
<form method="POST" action="destino.php">
<input type="hidden" name="s" value="3">
<input type="hidden" name="a" value="2">
<input type="hidden" name="e" value="p">
<table border="1" width="364">
<tr>
<td width="49">Título</td>
<td width="302">
<input type="text" name="titulo" size="46"></td>
</tr>
<tr>
<td width="49" valign="top">Noticia</td>
<td width="302"><textarea rows="17" name="noticia" cols="35"></textarea></td>
</tr>
<tr>
<td width="357" colspan="2" align="center"><input type="submit" value="Enviar"></td>
</tr>
</table>
</form>
Es decir, que tiene que ser del html, y no veo que haya nada mal...
El register_global está en on. Pero, tiene que ser de htnl, porque en otras páginas si me pasa bien las variables y no hay problema en nada.