ah ok...prova a metterlo prima di ogni input della pagina oppure ad usare ob_start()
http://www.sergiorinaudo.com/php-war...-already-sent/
sinceramente a me funziona comunque anche se lo metto così ma vedo che a molti da quell'errore![]()
codice:$ret = false; $routeid = 'index.html'; if($ret == true) { echo 'Bid added'; } else { echo 'Already in bids!'; header("Refresh: 2; URL= ".$routeid); }![]()