Possible Duplicate:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
I have problem with my database:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/face911/public_html/fbvideos.uni.me/index.php on line 63
Can you help me with this? In database.txt
I found this:
CREATE TABLE IF NOT EXISTS `videos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`videoid` varchar(50) CHARACTER SET latin1 NOT NULL,
`views` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=32 ;
What do I need to do to make this script work?