In this code below I have an array that returns me a comma at the end
exe: '98602', '98603', '98604',
How can I remove this comma?
if (isset($_POST['checkbox'])) {
foreach ($_POST['checkbox'] as $key => $value) {
$id = mysql_re...
asked by
06.03.2015 / 16:09