phpbar.de logo

Mailinglisten-Archive

[php] need help with php3 and mysql

[php] need help with php3 and mysql

=?iso-8859-1?Q?Christiane_Schmidt-K=F6ster?= C.Schmidt-Koester_(at)_gmx.net
Wed, 14 Jun 2000 20:14:55 +0200


Hallo Daniel,

> <?
> mysql_connect('localhost','user','passwd');
                              ^       ^
hier steht im Original sicher ein echter User und ein echtes Passwort
:-))

> mysql_query("create table art(art_id int not null primary key
> auto_increment,art_title varchar(100),art_text text(10000))");

Ansonsten must du die (10000) hinter "text" weglassen, da der Datentyp
Text keine Längenbegrenzung in dieser Form kennt. Du kannst allerdings
wählen zwischen TINYTEXT, TEXT, MEDIUMTEXT und LONGTEXT. So steht's auch
im MySQL-Manual.

Viele Grüße
Christiane



php::bar PHP Wiki   -   Listenarchive