Hello,
Whenever I create a form, the submit button does not appear on the page, why? What can I do to make it appear?
<input type="submit" name="submit" value="submit">
Use ViewSource to check your page, even paste the code into an html editor and do a syntax check. Chances are that you've missed a tag somewhere (not necessarily in your button) and it's screwing the whole page up.
He's probably using Nutscrape in which you havta name the button for it to display.