"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

|P-H-P| ----> Need Help .....

BobbyPI 08.05.2002 - 06:51 1482 5
Posts

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
$result = mysql_query("select email, password from g2_user where name='$formUser'", $db);

while ($row = mysql_fetch_array ($result)) {

echo "email: ".$row["email"]."<br>\n";
echo "password: ".$row["password"]."<br>\n";

}


hilfe .... wie schreib ich das wenn ich email und password als variable definieren will ?

thnx 4 help ...... :rolleyes:

jAcKz

Legend
fool martyr
Avatar
Registered: Dec 2000
Location: cross
Posts: 21376
was meinst du? wenn du einschränken und nur eine bestimmte zahl an emails auswählen willst? dann brauchst ein where...

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
naja irgendsowas wie ....

$email = ".$row["email"]." ;

$password = ".$row["password"].";

ich meine aber schon in der while schleife .... aber nur wie mach ich das ?

jAcKz

Legend
fool martyr
Avatar
Registered: Dec 2000
Location: cross
Posts: 21376
achso, du willst die ergebnisse in variablen übergeben?

Tex

got r00t?
Avatar
Registered: Aug 2000
Location: salzburg
Posts: 1844
Code: PHP
while (list($email,$password) = mysql_fetch_row($result))
{
echo $email;
echo $password;
}

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
thnx funkt perfekt ....

nochmal thnx @n alle ....
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz