Hello expersts , Please help.. In my php pagination there are 10 records are coming from database in each page.In each record there are check boxes.I have clicked some check boxes in some pages and coming back on respective pages .then the check boxes which i have checked before will dispaly as checked. I can not find ..how to do this.. My check boxes are moving in a loop: <input type="checkbox" name="chkID[]" id="chkID" value="<?=$rowSubjects['ID']?>"> Please help.....