Posted by Gerard on 10/09/78 11:27
CREATE TABLE `usr_languages` ( `pageName` varchar(25) default '', `itemNo` int(11) default '0', `en` text, `fr` text, `it` text PRIMARY KEY ( `pageName` , `itemNo` ) ) TYPE=MyISAM COMMENT='different languages'; I guess this should help in you with this table definition. Regards, Gerard
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming