Голсовать: <a href="#nul" onclick=""><img src="img/yes.gif" width="19" height="19" alt="Да" /></a> <a href="#nul" onclick=""><img src="img/no.gif" width="19" height="19" alt="Нет" /></a><br />
CREATE TABLE `rating` ( `id` int(10) unsigned NOT NULL auto_increment, `rating` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;