Hello Mark,

Wednesday, April 7, 2004, 5:16:04 PM, you wrote:

MA> it builds the sql statement for you.  It covers 99.9% of the inserts
MA> your likely to need.  I use an update and insert function like this all
MA> the time. :-)

That .1% of the time being when you need to insert a value as now() ?
(which will break the string check as it'll wrap it with '' which will
cause MySQL to insert 0000-00-00 00:00:00) or if it's an enum field
with a numeric allowed value? :)

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to