in this tutorial, we’ll learn how to fix “UNKNOWN COLUMN IN ‘FIELD LIST’”. Sometimes, We’re are getting errors after each insert or update to the MySQL table. The message is “Unknown column ‘column-name’ in ‘field list’” while this column was existing in this table.
Mysql
Run PHP and Mysql from the Command line in Windows
This tutorial will cover How to run php script from the command line and Run MySQL from the command line in windows, Sometimes we have big file and run through the command line instead of browser.
Create Dynamic SQL Insert Query in PHP and MySql
This PHP tutorial help to create dynamic sql insert query using table and data .I have taken this function reference from google search. This function is very useful when you are working model-level architecture.