<? ///////////////////////////////////////// //CREATE TABLE IF NOT EXISTS `images` ( // `link` text NOT NULL, // `ip` text NOT NULL, // `keywords` text NOT NULL, // `time` timestamp NOT NULL default CURRENT_TIMESTAMP //) ENGINE=MyISAM DEFAULT CHARSET=latin1; ///////////////////////////////////////// $host = 'localhost'; $user = 'root'; $pass = ''; $db = 'image'; $address = 'http://127.0.0.1/imgupload/'; ?>