Morf
Guest
Не передается переменная 
form.html
<form action=test.php>
<input type="text" name="first"><br>
<input type="submit">
</form>
test.php
<?
echo "Привет $first!"
?>
Ну вот почему када запускаешь form.html, что-нить пишешь в форме, нажимаешь submit, запускается test.php и пишет вот это: Notice: Undefined variable: first in f:\home\localhost\www\test.php on line 2
???
Заранее благодарен

form.html
<form action=test.php>
<input type="text" name="first"><br>
<input type="submit">
</form>
test.php
<?
echo "Привет $first!"
?>
Ну вот почему када запускаешь form.html, что-нить пишешь в форме, нажимаешь submit, запускается test.php и пишет вот это: Notice: Undefined variable: first in f:\home\localhost\www\test.php on line 2
???
Заранее благодарен
