I'm working on a PHP web app which at the moment allows a user to enter property information. Part of this information is rent amounts. What I am trying to do is to create a page where each rent is listed alongside a tick box. When a user ticks the box the rent is removed (paid) and displayed in another page, the rent paid page.
I have the rents list for each user displaying correctly but where I need help is implementing the checkbox that allows the user to tick and mark a rent as paid which is then moved to another page.
Can anyone offer a few pointers? I am fairly new to PHP so any help would be great.