Ver original<?php $respuesta = $_POST['respuesta']; $respuesta = trim($respuesta); if (empty($respuesta)) { echo "No se encontro"; } ?>