CREATE TABLE `users` ( `id` int(100) NOT NULL AUTO_INCREMENT, `username` varchar(20) NOT NULL DEFAULT '', `password` varchar(20) NOT NULL DEFAULT '', `plec` char(2) NOT NULL DEFAULT '', `avatar` varchar(100) NOT NULL DEFAULT '', `poziom_dostepu` varchar(30) NOT NULL DEFAULT '', `czas` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `karma` tinyint(10) DEFAULT '0', `email` varchar(30) NOT NULL DEFAULT '', `gg` int(50) NOT NULL DEFAULT '0', `ip` varchar(30) DEFAULT NULL, `zbanowany` int(2) NOT NULL DEFAULT '0', `wymusic_logout` int(2) NOT NULL DEFAULT '0', `punkty_premium` int(10) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin2 AUTO_INCREMENT=50 ;
Kod na stronie:
<?php ?>
oraz
<?php ?>
Dalsza czesc nie jest potrzebna.
Na hostingu na15.pl chodzi bez zarzutu a na boo.pl wywala błąd:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/accounts_s/sekucja/public_html/template/panel_prawy.php on line 158