the word METHOD is incorrectly spelled.







This is the exact code in the HTML file:

<html>
 <head>
  <title>PHP Form Example</title>
 </head>
<body>
<form action="action.php" mehtod="POST">
 Your name: <input type="text" name="name" />
 Your age: <input type="text" name="age" />
 <input type="submit">
</form>
</body>
</html>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to