Salve ragazzi..
Scrivo in quanto non trovo una soluzione nel web..

Mi serve fare un redirect in base ad un select case.

...
case('no'): //

header("Location: areariservata.php?p=xxx");
exit;
...

mi genera quest' ERRORE:
Warning: Cannot modify header information - headers already sent by (output started at..

L'ho usato altre volte ma in altri siti non mi dava problemi..

Grazie mille!!