PHP Classes

File: test.sql

Recommend this page to a friend!
  Classes of sibiraj.p.r   Database Insert Class   test.sql   Download  
File: test.sql
Role: Auxiliary data
Content type: text/plain
Description: database(.sql)
Class: Database Insert Class
class for Insert data into a MySQL database table
Author: By
Last change:
Date: 13 years ago
Size: 898 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 3.1.3.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jul 10, 2010 at 11:07 AM -- Server version: 5.1.33 -- PHP Version: 5.2.9-2 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `test` -- -- -------------------------------------------------------- -- -- Table structure for table `det` -- CREATE TABLE IF NOT EXISTS `det` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(40) NOT NULL, `age` int(3) NOT NULL, `gender` varchar(6) NOT NULL, `mark` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `det` --