Hi, I have a members area on my site that is php pages, and the regular part of my site is html. I have the members login/pass on one of the php pages. I'm made a login box that shows up on all of my html pages that i want when they put in their login information, they will be sent to the after login page the same as if they loged in from the members page. The problem is I cannot get it to work. when they login from any html page, it just redirects them to the login page that is .php. Is there a way for me to make the credentials that they enter on the html login box to work as if they had logged in on the php page?
Thanks a lot