01.08.2011, 18:32
Finally i have done this...
PHP код:
<?php
if ($_POST['submit'])
{
$text1 = $_POST['number'];
echo $text1;
$text2 = "<script language='javascript'>window.location.href='/blog.php?name=$text1'</script>";
echo $text2;
}
?>