On Tue, Jan 25, 2011 at 17:05, Donovan Brooke <li...@euca.us> wrote:
>
> What is the best PHP practice when using bools with
> MySQL? Save 1's and 0's instead of true/false?

    You could either do an INT(1) DEFAULT 0 or an ENUM('Y','N') to
make it easier on yourself.

-- 
</Daniel P. Brown>
Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/

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

Reply via email to