PHP
2
Вклад в тег
вместо пробела<pre>text </pre>header('Location: http://site.ru?redirect=1');if( isset($_GET["redirect"]) )$_POST = "asd";
echo $_POST; // выдаст "asd" <?php if ($_GET['do'] == 'reg'): ?>
<b><div class="reg"></div></b>
...
<?php elseif ($_GET['do'] == 'sign'): ?>
GET=sign
...
<?php endif; ?>