$lista = array();foreach( $_POST['seleccion'] as $clave ) { $lista[] = "'" . $clave . "'";}$lista = implode( ",", $lista );