Es porque ese método es obsoleto... debes usar variables globales:
http://www.forosdelweb.com/showthrea...989#post238989
...
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
echo $_POST['uno']."dato1";
echo $_POST['dos']."dato2";
?>
</body>
</html>
www.php.net/reserved.variables www.php.net/variables.external
... y busca en el foro sobre "formularios" en general...
Bienvenido y suerte!