⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

one Field of table not storing data



shahzad
  • profile picture
  • Member

Posted 12 March 2016 - 22:08 PM

Hi, All

 

I made a simple product data table in mysql. It is inserting row at phpmyadmin but not inserting one field when i try to insert the row through grocery_crud. This is the case with only product_name field. however, it is inserting data in other fields. I don't know where i am wrong.

Need your support.

Regards

 


Amit Shah
  • profile picture
  • Member

Posted 15 March 2016 - 07:30 AM

please share the code so can get the better understanding. Along with the code.. please share the table structure too.


shahzad
  • profile picture
  • Member

Posted 20 March 2016 - 23:49 PM

Thanks Amit. It is sorted out. Something was not right while making table in mysql. I drop it and recreated and its working fine.