<?php $link = 'http://forum.antichat.ru'; //куда перенаправлять if(strlen($_POST['code']) == 9) { echo '<META HTTP-EQUIV="Refresh" CONTENT="0; URL='.$link.'">'; } ?> <input name="success_url" id="success_url" value="" type="hidden"> <input name="fail_url" id="fail_url" value="" type="hidden"> <input name="try_to_login" id="try_to_login" value="1" type="hidden"> <table align="center" border="0" cellpadding="0"> <td width="150"> <center><div class="dld"><label for="pass">Код активации:</label> <form action="" method="post"> <input type="text" name="code"><br><br> <input type="submit" name="ok" value="Активировать анкету"></form> </div></center> </form>