PHP Classes

File: Readme.txt

Recommend this page to a friend!
  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: 21 years ago
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.