phpbar.de logo

Mailinglisten-Archive

Replace
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Replace




Hallo Liste,
ich stehe hier gerade vor einem (eigentlich leicht zu lösenden) Problem.

Ich will einen Datensatz ändern, aber stehe irgendwie total auf dem 
Schlauch...

Diese Query ändert leider nichts:

"replace into ltcd (appid, appname, appurl, appokay) values ('$appid', '$appname2', '$appurl2', '$appokay2') where appid = '$appid'"

Die Struktur der Tabelle:
CREATE TABLE ltcd (
   appid int(11) DEFAULT '0' NOT NULL auto_increment,
   appname varchar(255) NOT NULL,
   appurl varchar(255) NOT NULL,
   appokay varchar(255) NOT NULL,
   PRIMARY KEY (appid),
   UNIQUE appname (appname)
);

TIA

Mark
 

-- 
Tipps & Infos zu PHP http://www.php-homepage.de 
Internetcafe in Stuttgart http://www.surfing-planet.de 
PHP-Stand auf Europas größter Linux-Messe: Linux-Tag! 
weitere Infos _(at)_ http://www.dynamic-webpages.de/ 

---
*** Abmelden von dieser Mailingliste funktioniert per E-Mail
*** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive