http://us3.php.net/manual/en/function.implode.php --- In php-objects@xxxxxxxxxxxxxxx, Angga Sanjaya <fux_2005@...> 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] >