Hello,
I try to save data to a table, but no data is being saved.
I see the following after submitting the form:
Array
(
[id] => 7
)
I woud have expected something like:
Array
(
[id] => 7
[name] => John
)
What am i doing wrong?
I try to save data to a table, but no data is being saved.
I see the following after submitting the form:
Array
(
[id] => 7
)
I woud have expected something like:
Array
(
[id] => 7
[name] => John
)
What am i doing wrong?