phpbar.de logo

Mailinglisten-Archive

[php] mysql problem

[php] mysql problem

Reinemuth, Jens php_(at)_phpcenter.de
Wed, 2 May 2001 15:35:01 +0200


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C0D30C.B58EAD4E
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

-----Original Message-----
From: Harry Wiens [mailto:h.wiens_(at)_gmx.net]=20
Sent: Wednesday, May 02, 2001 3:33 PM
To: php_(at)_php-center.de
Subject: [php] mysql problem


ich hab hier ein ganz einfaches problem, aber irgendwie f=E4hlt mir =
heute
keine l=F6sung ein, mu=DF am wetter liegen :)=20
also folgendes:=20

ich hab eine =FCbersetzungstabelle, die ist folgenderma=DFen aufgebaut: =
3
Spalten, 1. Spalte: Manadant, 2. Spalte: Name, 3. Spalte: Englische
=DCbersetzung.=20
Meine Tabelle hat ca. 175 Zeilen, das hei=DFt ich hab 175 verschiedene
Namen(Begriffe, S=E4tze) und dazu in der 3. Spalte die jeweilige =
=DCbersetzung.=20
Wie kann ich das jetzt alles aufeinmal auslesen? Optimal w=E4re, wenn =
der
Wert, der in der 3. Spalte steht in eine Variable gepackt werden =
w=FCrde, die
wie der dazugeh=F6rige Wert in der 2. Spalte hei=DFt.=20

danke f=FCr eure hilfe=20
h.wiens_(at)_gmx.de <mailto:h.wiens_(at)_gmx.de>=20

=20
versuch's mal folgenderma=DFen:
=20
$MyArray =3D new Array;
=20
$db=3Dmysql_connect(MyServer,MyUser,MyPassword);
=20
$sqlStr =3D "SELECT * FROM tabelle";
=20
$result=3Dmysql_db_query (MyDatabase, $sqlStr);
=20
while ($row=3Dmysql_fetch_array($result))
{
    $MyArray[$row[Name der 2.Spalte]] =3D $row[Name der 3.Spalte];
}
=20
mysql_close($db);
=20
=20
jens
=20

------------------------------------------------------------------------=
----
                Jens Reinemuth
                 Adelungstr. 39
                  64283 Darmstadt
                     Voice: 06151 - 10 10 45
               Fax: 06151 - 13 66 15
            Mail: webmaster_(at)_openos.de
------------------------------------------------------------------------=
----
               Linux is like a wigwam!
            =20
  No windows - no gates - apache inside!
------------------------------------------------------------------------=
----



------_=_NextPart_001_01C0D30C.B58EAD4E
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<TITLE>Message</TITLE>

<META content=3D"MSHTML 6.00.2462.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><STRONG><FONT face=3DSystem size=3D2>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT=20
  face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B> =
Harry Wiens=20
  [mailto:h.wiens_(at)_gmx.net] <BR><B>Sent:</B> Wednesday, May 02, 2001 =
3:33=20
  PM<BR><B>To:</B> php_(at)_php-center.de<BR><B>Subject:</B> [php] mysql=20
  problem<BR><BR></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>ich hab hier ein ganz einfaches =
problem, aber=20
  irgendwie f=E4hlt mir heute keine l=F6sung ein, mu=DF am wetter =
liegen :) <BR>also=20
  folgendes: <BR><BR>ich hab eine =FCbersetzungstabelle, die ist =
folgenderma=DFen=20
  aufgebaut: 3 Spalten, 1. Spalte: Manadant, 2. Spalte: Name, 3. =
Spalte:=20
  Englische =DCbersetzung. <BR>Meine Tabelle hat ca. 175 Zeilen, das =
hei=DFt ich hab=20
  175 verschiedene Namen(Begriffe, S=E4tze) und dazu in der 3. Spalte =
die=20
  jeweilige =DCbersetzung. <BR>Wie kann ich das jetzt alles aufeinmal =
auslesen?=20
  Optimal w=E4re, wenn der Wert, der in der 3. Spalte steht in eine =
Variable=20
  gepackt werden w=FCrde, die wie der dazugeh=F6rige Wert in der 2. =
Spalte hei=DFt.=20
  <BR><BR>danke f=FCr eure hilfe <BR><A=20
  =
href=3D"mailto:h.wiens_(at)_gmx.de">h.wiens_(at)_gmx.de</A></FONT></DIV></BLOCKQUO=
TE></FONT></STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN =
class=3D776183013-02052001>versuch's=20
mal folgenderma=DFen:</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001></SPAN></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN =
class=3D776183013-02052001>$MyArray =3D=20
new Array;</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001></SPAN></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001>$db=3Dmysql_connect(MyServer,MyUser,MyPasswor=
d);</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001></SPAN></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN =
class=3D776183013-02052001>$sqlStr =3D=20
"SELECT * FROM tabelle";</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001></SPAN></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001>$result=3Dmysql_db_query (MyDatabase,=20
$sqlStr);</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001></SPAN></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN =
class=3D776183013-02052001>while=20
($row=3Dmysql_fetch_array($result))</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001>{</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001>&nbsp;&nbsp;&nbsp; $MyArray[$row[Name der =
2.Spalte]] =3D=20
$row[Name der 3.Spalte];</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001>}</SPAN></FONT></STRONG></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001></SPAN></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2><SPAN=20
class=3D776183013-02052001>mysql_close($db);</SPAN></FONT></STRONG></DIV=
>
<DIV><STRONG><FONT face=3DSystem size=3D2></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2></FONT></STRONG>&nbsp;</DIV>
<DIV><SPAN class=3D776183013-02052001><FONT face=3DSystem=20
size=3D2><STRONG>jens</STRONG></FONT></SPAN></DIV>
<DIV><STRONG><FONT face=3DSystem size=3D2></FONT></STRONG>&nbsp;</DIV>
<P><FONT=20
size=3D2>---------------------------------------------------------------=
-------------<BR>&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jens=20
Reinemuth<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Adelungstr.=20
39<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64283=20
Darmstadt<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; =
Voice: 06151=20
- 10 10 45<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: 06151 - 13 66=20
15<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 Mail:=20
webmaster_(at)_openos.de<BR>-------------------------------------------------=
---------------------------<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Linux is like a=20
wigwam!<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;<BR>&nbsp;=20
No windows - no gates - apache=20
inside!<BR>-------------------------------------------------------------=
---------------&nbsp;&nbsp;&nbsp;=20
</FONT></P>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV></DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C0D30C.B58EAD4E--


php::bar PHP Wiki   -   Listenarchive