Moin!
PHP:
> if(isset($_POST["pizza"]))
> {
/* Das kriegt man aber auch einfacher hin:
> for($i=0;$i<count($_POST["pizza"]);$i++)
> {
> $pizza.=$_POST["pizza"];
> $pizza.="/n";
> }
*/
$pizza = implode(", ",$_POST['pizza']); // durch Komma separiert
> }else{
> $pizza == "nichts";
> }
- Sven Rautenberg
--
"Love your nation - respect the others."
"Love your nation - respect the others."