Sorry, I didn't use replace yet, I always work  with update which
is what I want. Are you sure you want to use replace? See the
differences in the manual.  The syntax for update is

UPDATE table_name
        SET col1 = '$val1',
            col2 = '$val2',
            col3 = '$val3'
        WHERE primKey = '$id'

or something -- you get the idea.

> REPLACE contacts (access) VALUE ('P') WHERE id=x




-- 
Herzlich
Werner Stuerenburg            

_________________________________________________
ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen
Tel 0(049) 5224-997 407 · Fax 0(049) 5224-997 409
http://pferdezeitung.de



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to