phpbar.de logo

Mailinglisten-Archive

RE: Re: [php] Problem mit INSERT/REPLACE bei MySQL und PHP
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

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

RE: Re: [php] Problem mit INSERT/REPLACE bei MySQL und PHP




|--- Original Message ---
|From: "Stephan Huber" <shuber_(at)_analogon.com>
|To: <php_(at)_solix.wiso.Uni-Koeln.DE>
|Date: 6/15/99 11:57:27 AM
|
|Wert in Anführungszeichen (" oder ' ) setzen, sonst 
|funktioniert es nicht:
|$query2 = "INSERT INTO $userstable (url,hits) VALUE
|('$url',($hits ++ 1))";

Hallo, das hab ich versucht, klappt nicht. Ich befürchte, 
daß es an der Tabelle liegt:

CREATE TABLE redirect (
   url varchar(100) NOT NULL,
   hits varchar(100) NOT NULL,
   PRIMARY KEY (url)
);

Was anderes kann ich mir im Moment nicht vorstellen.

Mark

-- 
German Gabber Network
http://www.gabber.de

Linux is like a wigwam - no windows, no gates, apache inside!

-----
MailStart Plus - http://www.mailstartplus.com
Consolidate Your Mailboxes Into an Organized, Filtered, Spell-Checked,
Anywhere, Anytime WebBox



Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive