PHP Classes

File: tblCategory.sql

Recommend this page to a friend!
  Classes of Muhammad Sameer   Database Abstraction plus SQL Injection   tblCategory.sql   Download  
File: tblCategory.sql
Role: Auxiliary data
Content type: text/plain
Description: Sql File
Class: Database Abstraction plus SQL Injection
MySQL access wrapper with SQL injection protection
Author: By
Last change:
Date: 18 years ago
Size: 940 bytes
 

Contents

Class file image Download
/* MySQL Data Transfer Source Host: localhost Source Database: marias Target Host: localhost Target Database: marias Date: 4/6/2006 4:15:25 AM */ -- ---------------------------- -- Table structure for tblcategory -- ---------------------------- CREATE TABLE `tblcategory` ( `Cat_ID` int(11) NOT NULL auto_increment, `Cat_Parent_ID` int(11) NOT NULL default '0', `Cat_Name` varchar(255) NOT NULL default '', `Cat_Desc` text, `Cat_Thumbnail` varchar(255) NOT NULL default '0', `Cat_Image` varchar(255) NOT NULL default '0', `Cat_Status` int(1) NOT NULL default '1', PRIMARY KEY (`Cat_ID`) ) TYPE=MyISAM; -- ---------------------------- -- Records -- ---------------------------- INSERT INTO `tblcategory` VALUES ('47', '32', 'asf\"\'fqw\'e;\'al\';k', 'sfht', '\' or \'\'=\'', 'None', '1'); INSERT INTO `tblcategory` VALUES ('48', '32', 'asf\"\'fqw\'e;\'al\';k', 'sfht', '\' or \'\'=\'', 'None', '1');