Tạo database .
CREATE TABLE IF NOT EXISTS `user` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`time` date DEFAULT '0000-00-00',
`hit` int(10) unsigned NOT NULL DEFAULT '0',
`hittoday` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT...
- Admin
- Thread
-
tao bo dem online tuoitreit
- Replies: 0
- Forum: PHP