TWLan Forum
quickbar.php - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: quickbar.php (/showthread.php?tid=3199)



quickbar.php - Gira - 17.07.2010

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^^


RE: quickbar.php - Milu2K - 17.07.2010

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


RE: quickbar.php - Gira - 17.07.2010

MILOS MEIN HELD


RE: quickbar.php - Yannici - 17.07.2010

(17.07.2010, 03:17)Gira Wrote: MILOS MEIN HELD

Hätte man eigentlich auch selbst rausbekommen können Big Grin


RE: quickbar.php - Gira - 17.07.2010

jo ich kann kein sql mysql oder sowas