sending data from Form to DB

Hello, I created a form and am trying to load from db, send to db, and save to db. I created a basic MySQL db 3 fields. Nothing loads, or saved. At the bottom of this page is the log message I get from the dp log. I would appreciate any advise.

Thanks
AMWH

</head>

dataprocessor message:
"Log:
row 1365787887193 marked [inserted,valid]
row null marked [updated,valid]
Initiating data sending for all rows
Sending all data at once
Server url: formdata.php?editing=true parameters

null"

Hello
Set attribut ‘name’ for all the inputs (and recommend you set this attribute to all the form items always) - it must fix the issue.