Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Last modification | View Log | Download

# phpMyAdmin SQL Dump
# version 2.5.6
# http://www.phpmyadmin.net
#
# Host: localhost
# Generation Time: Apr 25, 2005 at 07:58 PM
# Server version: 4.1.10
# PHP Version: 4.3.6
# 
# Database : `triphp`
# 

# --------------------------------------------------------

#
# Table structure for table `myphptag`
#

CREATE TABLE `myphptag` (
  `TagID` int(11) NOT NULL auto_increment,
  `Name` varchar(50) NOT NULL default '',
  `Email` varchar(50) default NULL,
  `Message` varchar(255) NOT NULL default '',
  `DatePost` date NOT NULL default '0000-00-00',
  `IP` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`TagID`)
) ;

#
# Dumping data for table `myphptag`
#

INSERT INTO `myphptag` VALUES (33, 'Ramil Alcibar', '', 'Fifth and last entry testing. It works fine now. Disable HTML code, strip long long words and everthing. Thank YOU!', '2005-04-24', '127.0.0.1');
INSERT INTO `myphptag` VALUES (32, 'Ramil Alcibar', '', 'Fourth entry. Coming to pagination testing. We\'ll test here HTML code disabling: <table><tr><td></td></tr></table>', '2005-04-24', '127.0.0.1');
INSERT INTO `myphptag` VALUES (31, 'Ramil Alcibar', 'webmaster@triphp.com', 'Third entry of shout box. This is just for layout testing purposes.', '2005-04-24', '127.0.0.1');
INSERT INTO `myphptag` VALUES (30, 'Ramil Alcibar', '', 'No email link. It should be in green  not link name. :D =lol =cool =boggle', '2005-04-24', '127.0.0.1');
INSERT INTO `myphptag` VALUES (29, 'Ramil Alcibar', 'webmaster@triphp.com', 'This already contains some fixes of MyPHPTag. Let\'s say if it\'s alright. :)', '2005-04-24', '127.0.0.1');