search for: customer_has_login

Displaying 1 result from an estimated 1 matches for "customer_has_login".

2006 May 31
2
Storing a NULL value from a radio_button
Hi, I''ve a boolean database field (tinyint(1)) wich allows nulls. Then, I''ve something like this: radio_button(''server'',''customer_has_login'',"NULL") radio_button(''server'',''customer_has_login'',true) radio_button(''server'',''customer_has_login'',false) The problem is with the 1st radio_button, it doesn''t store a null. I''ve tried wit...