A missing </form> tag? Some browsers are picky, so you might want to also do
what someone else suggested to you earlier, which is to put quotes around
your attribute values. This is especially important to implement while HTML
fades out and languages based on XML (XHTML in particular) fade into
popularity. Good luck.

> -----Original Message-----
> From: rija [mailto:rija@;vatu.com]
> Sent: Sunday, November 10, 2002 8:45 PM
> To: php
> Subject: [PHP] Submit hitting enter problem
>
>
> What am I missing?
>
> My form does not submit when I hit enter in the text box.
> I do something approximately like this :
>
> <form action="index.php?s=add" method=post>
> ....
> <input type=text name=bongabe value=something>
> ...
> <input type=submit value=submit name=submit>
>
> //
>
> Thanks in advance.
>


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

Reply via email to