<?php

$dados_POST = array('meu_campo' => '<span style="display: none">&nbsp;</span>');

$str = $dados_POST['meu_campo'];
echo $str;
