quindi:

if (IsSet($_POST['ciccio'])){
$ciccio=$_POST['ciccio'];
echo $ciccio;
}

e non

if (IsSet($_POST['ciccio'])){
echo $ciccio;
}

giusto?