hy guys..i'm stuck with this..i want make user cannot select more than 3 checkboxes, and then display alert message..
here's the code: <input type='checkbox' name='delete[]' value='$id'>
That would need to be done with Javascript, unless you want them to have to keep submitting the form so that PHP can see how many checkboxes they checked.
can u show me some example for that?
Not in a PHP forum.
http://www.htmlgoodies.com/tutorials/forms/article.php/3479181
I don't know if this helps...