I AM WORKING OVER NEWS SECTION OF MY WEBSITE... I WANT TO RETRIEVE THE NEWS PRESENT IN THE DATABASE AND SHOW THEM AND ALLOW CHECK BOX TO SELECT THE NEWS TO DELETE THEM...
I am able to create the news section that retrieve the data from mysql database and also provide the check box facility.... But how can i tell my php script that how many check boxes are selected ....
<form action="check.php" method="POST">
<?php
database connection
selecting database
retrieving record and attach check box with each
close database
?>
</form>
now in check.php , how can i retrieve the records , when i dont know how much news are selected... Thanx