README
-------------------------------------------------------------------------
Files:
example.php
multipleInsert.php
sample.sql
This Example(example.php) demostrate "How to use Multi-Insert class".
This Class is very useful, when requirement is to insert multiple record
into a single table.Instead of looping over a insert query,
we can create one insert query by using this class.
Before running this script, execute sample.sql file
and change variabls in configuration Block of example.php as per your configuration.
|