...column 'htno' at row 1? am trying to insert form field values into database using php with mysql as database. I get an error Incorrect integer value for column "column name".
Note:
htno is of type mediumint(7)
when i provide a integer value for testing in the query it executed...
...column 'htno' at row 1? am trying to insert form field values into database using php with mysql as database. I get an error Incorrect integer value for column "column name".
Note:
htno is of type mediumint(7)
when i provide a integer value for testing in the query it executed...