PHP Classes

File: SQL_details.sql

Recommend this page to a friend!
  Classes of german gomez bajo   Simple comments   SQL_details.sql   Download  
File: SQL_details.sql
Role: Auxiliary data
Content type: text/plain
Description: You have to add this SQL code to the database
Class: Simple comments
Store and show user comments in site pages
Author: By
Last change:
Date: 14 years ago
Size: 302 bytes
 

Contents

Class file image Download
CREATE TABLE `comments` ( `name` text NOT NULL, `email` text NOT NULL, `history` text NOT NULL, `ip` text NOT NULL, `date` text NOT NULL, `location` text NOT NULL, `id` int(11) NOT NULL auto_increment, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;