I'm working on my first PHP/MySQL project and so far I am really impressed with both tools. Very slick, and pretty easy to use too. But I have another issue that I am not sure how to tackle.
I am developing a site that will require users to login to get to certain sections. Unfortunately, my hosting company only allows 1 userid per database. The way I have been able to implement security is through a subweb. Warning! I am using FrontPage. Well FrontPage has a facility where I can setup users, so this solves my security problem. But I am a little unsure how to proceed.
I created a php page that I want to load when the user logs in. But when I try and access that page I get a windows style login form. This is not an HTML form. How can I access the information I just entered on the login form, when the form isn't HTML? I'd rather not use a cookie because they don't work for everyone.
I need a hint.
Thanks everyone!