I just started using check boxes to send information to mySQL. What I want to do is to send id of the user and article to database when check box is clicked and when it is un-clicked remove that information from database.
Right now I am at this stage
Code:
<?php if (isset(//if user is logged in)) { $addFavorite = '<input type="checkbox" id="favoriteIt"