hello folks
thanx emrys. javascript thats' good idea.
i need redirect to another page on some conditions in php script ( without user click to submit button ). looking for a google and here is result by example:
require("./pageheader.php");
echo "<body onLoad=\"document.all.myForm.submit();\">";
echo "<FORM name=\"myForm\" action=\"http://".$_SERVER['HTTP_HOST']."/mydir/some.php\" method=\"POST\">";
echo "<INPUT type=\"hidden\" name=\"somename\" value=".$somevalue.">";
echo "</FORM>";
echo "</body></html>";
thanx all for a help me.
best regards.