[Solved] Cannot modify header information [duplicate]
[ad_1] Take out the echo calls, you can’t send information to the browser before the headers. You can try something like this to still show if an error happens: if(!$retval) { echo “Unsuccessfull ” . mysql_error(); } [ad_2] solved Cannot modify header information [duplicate]