I have an experienced PHP program working with me on a site I have, but is stumped on this one, anybody know what could be causing this? Better yet I am really in need of a fix on this, as my site is not operational until I find a fix for this....
I don't know what's wrong with the script- everything
seems to look good. I think the problem lies with the
server and PHP. The server/PHP is behaving very
erraticly- when I print out variable info sent by the
form containing email and password those variables are
filled with the correct values but when I don't print
them they don't (and thus you can the unauthorized
message because the password and emails are being
perceived as blank). But if I print the values the
script will be able to redirect the user because html
was already outputted to the browser. I also tried a
different way of redirection that doesn't require
nothing be sent to the browser but then the session
variables become empty.