I need to insert a long row with 32 fields into a MySQL table.
I\'d like to do something like this:
$sql=\"insert into tblname values (... 32 fields
We should omit any column values when we try without column name in insert query,
Advise if above information is wrong.