Login   Register  
PHP Classes
elePHPant
Icontem

File: Readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alok Mohanty  >  multipleInsert  >  Readme.txt  >  Download  
File: Readme.txt
Role: Documentation
Content type: text/plain
Description: Readme File
Class: multipleInsert
Mutiple record Insertion in to a single table
Author: By
Last change:
Date: 2004-02-09 20:44
Size: 600 bytes
 

Contents

Class file image Download
                                      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.