Posts by Hostech Brasil • 1 point
1 post
-
-2
votes5
answers6566
viewsA: Remove last comma from an array
Another way to solve it would also be if (isset($_POST['checkbox'])) { $regra = ""; foreach ($_POST['checkbox'] as $key => $value) { $id = mysql_real_escape_string($value); $regra .= ($regra !=…