par
neomega » 07 juin 2011, 23:34
j'espere que c sa que vous m'avais demander
par contre le lien que vous m'avais donner ne fonctionne pas
--
-- Structure de la table `liens`
--
CREATE TABLE `liens` (
`LinkID` bigint(21) NOT NULL auto_increment,
`CatID` bigint(21) NOT NULL,
`Url` varchar(255) collate latin1_german2_ci NOT NULL,
`LinkName` varchar(64) collate latin1_german2_ci NOT NULL,
`Old` bigint(21) NOT NULL,
`New` bigint(21) NOT NULL,
`image` text collate latin1_german2_ci NOT NULL,
`description` text collate latin1_german2_ci NOT NULL,
PRIMARY KEY (`LinkID`)
) ENGINE=MyISAM AUTO_INCREMENT=903 DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci AUTO_INCREMENT=903 ;
j'espere que c sa que vous m'avais demander
par contre le lien que vous m'avais donner ne fonctionne pas
[sql]
--
-- Structure de la table `liens`
--
CREATE TABLE `liens` (
`LinkID` bigint(21) NOT NULL auto_increment,
`CatID` bigint(21) NOT NULL,
`Url` varchar(255) collate latin1_german2_ci NOT NULL,
`LinkName` varchar(64) collate latin1_german2_ci NOT NULL,
`Old` bigint(21) NOT NULL,
`New` bigint(21) NOT NULL,
`image` text collate latin1_german2_ci NOT NULL,
`description` text collate latin1_german2_ci NOT NULL,
PRIMARY KEY (`LinkID`)
) ENGINE=MyISAM AUTO_INCREMENT=903 DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci AUTO_INCREMENT=903 ;
[/sql]