Gerard Samuel <[EMAIL PROTECTED]> wrote:
> My seem stupid to some, but when running
> update tablename set x='$x', y='$y', z='$z' where a=$a;
> Does it matter if it the set were in backwards order ie z, y, x ??

the order does not matter. (although unless you're sure $a is an
integer value, you may want to wrap it in quotes, too.)

jim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to