PHP Classes

File: install/tableCreate.sql

Recommend this page to a friend!
  Classes of Ettore Moretti   PHP Click Counter Database   install/tableCreate.sql   Download  
File: install/tableCreate.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Click Counter Database
Generate links and keep track of clicks on them
Author: By
Last change:
Date: 8 years ago
Size: 184 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `clickcounter` ( `ID` int(11) NOT NULL, `Link` varchar(255) NOT NULL, `Count` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;