Re: combine implode() and array_keys() to get a string of key names

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

 



On Mon, July 10, 2006 2:14 am, Larry Garfield wrote:
> It is slightly more complicated than that, since if the value is
> numeric and
> going into a numeric field, then it's not supposed to be quoted.
> (MySQL
> generally doesn't care, but some other databases may; I'm not
> certain.)

AFAIK, MySQL is the ONLY SQL database to let you get away with putting
such bogosity as adding apostrophes and/or quotes around integer and
float values.

All the rest are gonna bitch up a storm if you do that.

:-)

-- 
Like Music?
http://l-i-e.com/artists.htm

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux