ok so this is my q :
i have database in php information
i do this :
[HTML]<input type='checkbox' name='CH' value='$id' />[/HTML]
i want to do this :
that i click on some clicker its show all the datebase information that is id
was checked in the checkbox
if i didnt check some box its display abd dont show the information
i have database in php information
i do this :
[HTML]<input type='checkbox' name='CH' value='$id' />[/HTML]
i want to do this :
that i click on some clicker its show all the datebase information that is id
was checked in the checkbox
if i didnt check some box its display abd dont show the information
Comment