Posted by Drazen on 09/28/94 11:43
Hello,
I'm just starting programing in PHP and have a problem.
When I executing this script php always returning me for input text.
Why?
Thx for any help.
<?
if (isset($submit) &&submit=="yes") {
echo "thank you very much.";
} else {
?>
<form action=proba3.php action=post>
<input type=text name=email>
<input type=text name=first_name>
<input type=submit name=submit value=yes>
</form>
<?php
}
?>
Navigation:
[Reply to this message]
|