PHP & MySQL checked checkbox problem

Posted by BeepU on Stack Overflow See other posts from Stack Overflow or by BeepU
Published on 2010-04-07T23:30:01Z Indexed on 2010/04/07 23:33 UTC
Read the original article Hit count: 184

Filed under:
|

I'm trying to check if the checkbox has been checked and display the check mark for the user to see when they check there account settings. I want to know how can I fix this problem using PHP so that the check mark is displayed every time the user views their account settings?

Here is the HTML.

<input type="checkbox" name="privacy_policy" id="privacy_policy" value="yes" />

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql