Forum Moderators: phranque

Message Too Old, No Replies

members area login box problem

         

namanimal

1:28 pm on Aug 4, 2008 (gmt 0)

10+ Year Member



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

Marshall

2:50 pm on Aug 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Without seeing your code, I can think of two possible problems. The action in the <form> is not properly set (server path) or the script itself is set to only accept logins from the log on page, in other words, a specific referrer url.

Marshall

phranque

6:33 am on Aug 5, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld [webmasterworld.com], namanimal!

i would check the script referred to in the action= attribute of the form tag for any issues and i would also look in the server access and error logs for clues.