PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
this insert function is used to insert data in database table, it accepts two parameters,
first the data, in array format with array key as table column name and value as column value and
second parameter is table name to which you want to insert data