PHP Classes

File: statics.sql

Recommend this page to a friend!
  Classes of Mario Enrique López Guzmán   counter visits class   statics.sql   Download  
File: statics.sql
Role: Auxiliary data
Content type: text/plain
Description: SQL script to create the table
Class: counter visits class
Record site visits in a MySQL database
Author: By
Last change:
Date: 20 years ago
Size: 278 bytes
 

Contents

Class file image Download
-- -- Table structure for table `statics` -- CREATE TABLE statics ( id bigint(20) NOT NULL auto_increment, today varchar(10) NOT NULL default '', date timestamp(14) NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM COMMENT='statics module save visits to the page';