Quote:
Originally posted by sde
i thought it worked when he submited the form .. and the problem was with passing the user/pass for everything inside the protected area.
if the original submission works, then he does not need the $_POST[] .. he needs to use sessions so the username and password variable stay valid for the entire time the user is on the site.
|
Oh, sorry, I thought he was talking about when he submitted the form and using the get method in the form, but still, atleast now he knows about $_POST

But it worked when he submitted the form but he was using Get and as you said it's not secure... so now he can use this and not have to worry about that one....