I want to delete values that has been selected using checkbox. I am using this script though its not giving any error but its not working
please help it out.
You write:
but
$_POST['delete']
Use var_dump($_POST) to see what the issue is here, if you don't see it.
var_dump($_POST)
Also, where is your SQL Injection protection?