[PHP] MySQL Set Type

2002-05-03 Thread Brad Harriger

How does PHP 4 handle MySQL fields that are of type SET?  Are the 
strings, arrays, or something else?

Thanks,

Brad


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




Re: [PHP] MySQL Set Type

2002-05-03 Thread Jason Wong

On Friday 03 May 2002 22:38, Brad Harriger wrote:
 How does PHP 4 handle MySQL fields that are of type SET?  Are the
 strings, arrays, or something else?

RTFM, mysql treats them as strings. Before you ask, so does php.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
About all some men accomplish in life is to send a son to Harvard.
*/

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