I have a beginner in PHP and using Msaccess as backend. when I run first form (entering data) which is written in PHP, it is work fine and on the next form it brings the data from MsAccess but when I am tring to inserst that data in Msaccess then the below message came. Kind help me.
Notice: Undefined variable: FirstName in C:\WEB\dataAccess.php3 on line 95
Notice: Undefined variable: LastName in C:\WEB\dataAccess.php3 on line 95
Notice: Undefined variable: PhoneNumber in C:\WEB\dataAccess.php3 on line 95
Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression., SQL state 22005 in SQLExecDirect in C:\WEB\dataAccess.php3 on line 81
Error in odbc_exec( no cursor returned )