Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
quickbar.php
#1
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^^
Reply
#2
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
✝ RiP 
Weiter geht's  Cool
Reply
#3
MILOS MEIN HELD
Reply
#4
(17.07.2010, 03:17)Gira Wrote: MILOS MEIN HELD

Hätte man eigentlich auch selbst rausbekommen können Big Grin
Manchmal denke ich:
Reply
#5
jo ich kann kein sql mysql oder sowas
Reply




Users browsing this thread: 1 Guest(s)