How to validate a single checkbox using PHP & MySQL
        Posted  
        
            by BeepU
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BeepU
        
        
        
        Published on 2010-04-07T23:03:59Z
        Indexed on 
            2010/04/07
            23:43 UTC
        
        
        Read the original article
        Hit count: 256
        
I was wondering how can I validate a single checkbox using PHP and MySQL.
Here is the HTML.
<input type="checkbox" name="privacy_policy" id="privacy_policy" value="yes" />
© Stack Overflow or respective owner