I keep having some trouble with a bit of coding. I've tried everything to fix it. All the tips on this forum, everything. I was wondering if someone could lend me a hand.
I'll leave you the offending piece of coding here to see if anyone might want to take a crack at it.
    }
    fwrite($handle, "\r\n");
    fwrite($handle,"\t\t\t\t\t\t
    ==============================
    ========================");
    fclose($handle);
    echo "Invalid E-mail/Password <br>";
    echo "Try Again";
    header("Redirect:2;url=index.html");
    ?>
I'm new at coding as you can probably guess so any help would be much appreciated.
 
    