TWLan Forum

Full Version: quickbar.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PHP Code:
Warningmysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\dslan_v1.3\htdocs\welt2\quickbar.php on line 18
Table 
'lan-w2.quickbar' doesn't exist 
pls schnell helfen^^
Du musst diesen SQL Code in jeder Datenbank (Ausser Welt 1) ausführen:
Code:
CREATE TABLE `quickbar` (
  `id` int(11) NOT NULL auto_increment,
  `name` text collate latin1_general_ci NOT NULL,
  `img` text collate latin1_general_ci NOT NULL,
  `href` text collate latin1_general_ci NOT NULL,
  `target` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

MfG Milos
MILOS MEIN HELD
(17.07.2010, 03:17)Gira Wrote: [ -> ]MILOS MEIN HELD

Hätte man eigentlich auch selbst rausbekommen können Big Grin
jo ich kann kein sql mysql oder sowas