Posted by Captain Paralytic on 09/06/07 13:40
On 6 Sep, 14:19, dirk <dirkh...@gmail.com> wrote:
> Hey,
>
> I'm new to php and I'm trying to write some php code so that I can
> insert data into a mysql database using html forms.
>
> I've got two text forms and a submit button. When entering data and
> selecting 'submit' a new record in my database is created. So far so
> good... But when I enter data in only one content and hit the enter
> key a new record is created with one empty field. And that something I
> don't want to happen.
>
> Is there a way to block the text-forms so only a record is added when
> I hit the 'submit' button?
This is an HTML forms question. Nothing to do with PHP.
[Back to original message]
|