PHPmyAdmin
#1
kann mir jemand sagen, wie ich neue tabellen in der phpmyadmin 2.2.6 versio hinbekomme?
Ich hab nur ne anleitung zu ner älteren fassung und durch google find ich nix.... :*(
thanx

EDIT: bekomme keine tabelle hin. Habe folgenden code!
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body>
<h3>Tabelle erstellen</h3>
<?php
$db=mysql_connect("localhost", "root", "***");
mysql_select_db("usr_web71_1");
$anfrage="CREATE TABLE tutorial (daten VARCHAR(300), tutorial VARCHAR(10000))";
mysql_query($anfrage);
mysql_close($db);
?>
</body></html>
  Zitieren


Nachrichten in diesem Thema
PHPmyAdmin - von trefixxx - 28.01.2004, 18:12
[Kein Betreff] - von Gast (N3pu.com) - 16.05.2004, 21:42
[Kein Betreff] - von kickedINtheHEAD - 17.05.2004, 08:02
[Kein Betreff] - von Gast (N3pu.com) - 17.05.2004, 13:07

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste