Hi everyone.
I have this table people:(id,name,group)
and of course a select like this…
select name from people where group=‘var’
I need to show the selection, and mark some of them with a checkbox, later do some updates only on the names selected by the checkbox.
I’m begginig to learn PHP, any help will be appreciated.
Thanks in advance