Hi Wade,

Use: 
UPDATE table SET field1='$field1', field2='$field2', ..., fieldx='$fieldx'
WHERE id='y'

HTH.
-Weng
________________________________
From: Wade [mailto:[EMAIL PROTECTED] 
Thanks Weng.
Can this update more than one field at once, like two or three or do I use a
statement for each?

> Try update table set x = 'your value' where id = 'y'




Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to