(24 мар 2013, 21:50) (
1/
0)
[
1]
<?php
print \"<html>
<head>
<title>Тестовая форма</title>
</head>
<body>
<form action=form.php method=POST>
<input type=text name=\"first_field\">
<input type=text name=\"second_field\">
<input type=submit value=\"Отправить\">
</form>
<div name=\"main_div\" id=\"main_div\">our test form</div>
\".$_GET[\'word\'].\"
</body>
</html>
n\";
?>