PHP & MySQL checked checkbox problem
- by BeepU
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" />