Thread: Multiple data
View Single Post
  #5 (permalink)  
Old 27-11-2004, 11:26 AM
heterozigot's Avatar
heterozigot heterozigot is offline
Novice Webmaster
 
Join Date: Jan 2003
Location: PJ
Posts: 51
Rep Power: 74
heterozigot is on a distinguished road
Send a message via ICQ to heterozigot Send a message via Yahoo to heterozigot
macam ni:

if(isset($_POST['namaButtonSubmit'])){

$pilih=$_POST['pilih'];

for($i=0; $i<count($pilih); $i++){
echo $pilih[$i].'<br>';
$query1="delete from HEHE where id=".$pilih[$i];
mysql_query($query1);
}

}


btol tak apa aku maksudkan ni. Ke lain ko nak?
__________________
Try and Support Malaysia Product.
http://foto.home.net.my
Reply With Quote