PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This is what I have so far, I'm trying to make a script to delete the mysql rows of the values checked but I keep getting stuck on what seems to be the easy part, getting the script to recognize which boxes are selected. I'm not exactly sure why this is not working, i've also tried isset($checked[$row['count'])) with no luck either, what am I doing wrong?