Skip to content

Instantly share code, notes, and snippets.

<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
include("vendor/autoload.php");
if ($_SERVER['REQUEST_METHOD'] == "POST") {
$array_filtrado = array_filter($_POST['proj'], function ($item) {
return $item['vinculo_tal'] != "";