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

Update ? Mysql ?

BobbyPI 25.04.2002 - 13:57 775 11
Posts

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
mysql_query("UPDATE g2_forum SET (titel, name, email, text) VALUES ('$titel', '$name', '$email', '$text') where id='$id'");

stimmt dieser Befehlt ?

thnx 4 help

BobbyPI

Guest

Deleted User
Registered: n/a
Location:
Posts: n/a
nein.

Joshua

transparent nobody
Avatar
Registered: Dec 2000
Location: dahoam
Posts: 833
Zitat von .deRElict.
nein.

:D kurz und schmerzlos! :D

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
und wie gehört er richtig ?

Guest

Deleted User
Registered: n/a
Location:
Posts: n/a
UPDATE table SET colname='value',colname2='value2',... WHERE ...

Frys_Assassin

information keeper
Avatar
Registered: Oct 2001
Location: New New York
Posts: 2503
Zitat von BobbyPI
mysql_query("UPDATE g2_forum SET (titel, name, email, text) VALUES ('$titel', '$name', '$email', '$text') where id='$id'");

stimmt dieser Befehlt ?

thnx 4 help

BobbyPI

du hast ein Mischmasch aus dem Befehl den derelict dir gesagthat und dem folgenden.

INSERT INTO tabelle (Spalte1, Spalte2, ...) VALUES (Wert1, Wert2, ...) WHERE ...

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
insert kann man ansich nach sql std auch wie das update schriben
macht nur keiner
bzw is net wirklich bei den dbs verbreitet

manalishi

tl;dr
Avatar
Registered: Feb 2001
Location: Feldkirch
Posts: 5977
#define int32 int macht auch keiner (außer gewisse kernel developer ;))

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
thnx für die schnelle hilfe ... mal schaun ob es funkt ! ;)

BobbyPI

jiu-jitsu rulez... ;)
Avatar
Registered: Nov 2001
Location: Vienna
Posts: 721
ich bekomm das nicht s0 ganz hin ....

"INSERT INTO g2_forum where ID='$id' (titel, name, email, text) VALUES ('$titel', '$name', '$email', '$text')"

meine id heisst ID ...

wie schreibe ich das rein `??? und an welche stelle ... es funkt nicht ganz ....

und die variable heisst $id ---> plz quick help ... :D

bernhard

Little Overclocker
Registered: Feb 2001
Location: NÖ
Posts: 51
Kurzes Studium der Dokumentation kann Wunder wirken:

<http://www.mysql.com/doc/I/N/INSERT.html>
<http://www.mysql.com/doc/U/P/UPDATE.html>

wobbo

...
Registered: Apr 2001
Location: Drehstuhl :)
Posts: 1022
Zitat von BobbyPI
ich bekomm das nicht s0 ganz hin ....

"INSERT INTO g2_forum where ID='$id' (titel, name, email, text) VALUES ('$titel', '$name', '$email', '$text')"

meine id heisst ID ...

wie schreibe ich das rein `??? und an welche stelle ... es funkt nicht ganz ....

und die variable heisst $id ---> plz quick help ... :D
ähm...
hab zwar jetzt scho 3 monate kein sql mehr verwendet, doch glaube ich trotzdem mich daran erinnern zu können, dass eine WHERE in einem INSERT nix verloren hat... wozu auch????

ich nehm mal an du willst ein UPDATE machen, kein INSERT ;)
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz