Re: Handling Large Check Box Data

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

 



Martin Alterisio wrote:
2006/5/17, Rahul S. Johari <rjohari@xxxxxxxxxxxx>:


...





You should consider using MySQL special column type SET:

http://dev.mysql.com/doc/refman/5.1/en/set.html

Or encoding each checkbox status as a binary bit in an integer

I was going to suggest this also- if nothing else it would be a cool
way to learn a bit (pun intended :-) about bitmask/bitfields/bitwise-operations.



--
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