// untested :D <?php for ($n=0;$n<count($hoby);$n++) {echo $hoby[$n]."<br>";} ?> <form action="view.php" method="POST"> <input type="checkbox" name="hoby[]" value="Sleeping">Sleeping<br> <input type="checkbox" name="hoby[]" value="Eating">Eating<br> <input type="checkbox" name="hoby[]" value="Working">Working<br> <input type="checkbox" name="hoby[]" value="Walking">Walking<br> <input type="submit" name="submit" value="Send"> </form> good luck.. Angga Sanjaya <fux_2005@xxxxxxxxx> wrote: hi All...before sory for my bad english i have a HTML code with checkbox input,this is my full code : <form action="view.php" method="POST"> <input type="checkbox" name="hoby" value="Sleeping">Sleeping<br> <input type="checkbox" name="hoby" value="Eating">Eating<br> <input type="checkbox" name="hoby" value="Working">Working<br> <input type="checkbox" name="hoby" value="Walking">Walking<br> <input type="submit" name="submit" value="Send"> how i get the value from that checkbox with format item1,item2,item3,item4 with PHP code,example : user select All hobies in that form so the output is "My hobies is Sleeping,Eating,Working,Walking" or if user only select sleeping and walking, the output is "My hobies is Sleeping,Walking". My friends suggest me to use implode function but i don't know how to use that. thanx before for your respon and answer. ^quick-sniffer^ __________________________________________________________ Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs [Non-text portions of this message have been removed] --------------------------------- Get easy, one-click access to your favorites. Make Yahoo! your homepage. [Non-text portions of this message have been removed]