Mailinglisten-Archive |
Hallo Mark,
Du hast am 19.06.2000, 11:40:51 geschrieben:
> Diese Query ändert leider nichts:
> "replace into ltcd (appid, appname, appurl, appokay) values ('$appid',
> '$appname2', '$appurl2', '$appokay2') where appid = '$appid'"
So sollte es funktionieren:
update ltcd
set appid = '$addid',
appname = '$appname2',
appurl = '$appurl2',
appokay = '$appokay2'
where appid = '$appid'
;
Viel Spaß,
Marcus
--
PGP-Key-ID: 0xD5079840
PGP-Key-Fingerprint: 6066 B009 8DDC 164B F714 6370 D6D7 3703 D507 9840
PGP-Key-Anforderung: E-Mail mit dem Betreff "SEND KEY"
---
*** Abmelden von dieser Mailingliste funktioniert per E-Mail
*** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe
php::bar PHP Wiki - Listenarchive