salo Posted April 1, 2011 Share Posted April 1, 2011 Hi, I'm trying to insert a row in the table tblactivitylog but DESCRIPTION and USER are inserted empty. the query is: INSERT INTO tblactivitylog ( description, user ) VALUES ( 'prova', 'prova' ) from the PhpMyAdmin the result is: id date description user 4048 0000-00-00 00:00:00 prova prova from the application the result is: id date description user 4048 2011-04-01 14:43:37 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.