// structure de la table ccs
/*-----------------------------------------------------
CREATE TABLE ccs (
num int(11) NOT NULL auto_increment,
numde int(11) NOT NULL default '0',
nom tinytext NOT NULL,
desc mediumtext NOT NULL,
date_d tinytext NOT NULL,
date_f tinytext NOT NULL,
lien tinytext NOT NULL,
divers mediumtext NOT NULL,
KEY num (num)) TYPE=MyISAM;
------------------------------------------------------*/ |