My Problem : i cant delete the last char of a string :
  foreach($_POST['checkbox'] as $item)
{
    $string .= $item.', ';
}
$markte=rtrim($string ,", ");
My Problem : i cant delete the last char of a string :
  foreach($_POST['checkbox'] as $item)
{
    $string .= $item.', ';
}
$markte=rtrim($string ,", ");
