PHP Classes

File: pdosampledb.sql

Recommend this page to a friend!
  Classes of satyam   Prepare Statements DB Connection   pdosampledb.sql   Download  
File: pdosampledb.sql
Role: Auxiliary data
Content type: text/plain
Description: prepare statements db connection
Class: Prepare Statements DB Connection
Execute database queries with prepare statements
Author: By
Last change: database table
Date: 12 years ago
Size: 172 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `tbl_test` ( `id` int(12) NOT NULL AUTO_INCREMENT, `num` varchar(12) NOT NULL, `name` varchar(25) DEFAULT NULL, PRIMARY KEY (`id`) )