hello! I am totally new to PHP, and I am trying to make use of a simple login script, that checks
usernames and passwords against a flat text file, but I am encountering an error. I have looked into the use of - header("Location: blah.com"); and found that it will not work if used after echo, or outputting data (correct?) the header function is called before any echo - Could someone point me in ...