Member Login confusion...please help!
I asked this question a few days ago, but probably did not word it well enough to prompt an answer, so I am trying again.
I had an existing website, with no member log in. I wanted to create a member log in for the site that would open content only members can view, open or download. I went through some of the tutorials/forums etc to find out how to create the member login. I created a login.php page in DW. I logged into phpMyadmin, and tried it out using a php_test database. I then created a database and a table for my website. On one of my website pages, I show a link for Member Login. However, when pressed, it does not go to the login.php page. I did have it working to go to that page, but it wasn't working - ie it wasn't accessing the database and checking the username/password against the entries. (Would just return to a blank login.php page). I was doing some things in the server behaviour page, and then it stopped even directing to the login.php page.
My question is this: Because I had an existing site, with the root file on my local drive, and because the database/table for the login.php page are on the http://localhost, how do I point the page to direct to that lgoin.php, and check data against the table? I guess my confusion is in the root site/server behaviour side of things - I feel like I have two root sites: one for the existing site, one for the new phpMyadmin stuff (xampp). Do I change the code on the page where I have a menu entry for the login.php? or do I have to change the server behaviour for login.php to point...where?
This is probably very simple to some of you, but again, I work for a charity with very little money to spend on the website. If you want specifics (file folder names, etc), can I do that off forum?
Thanks for all your help, these forums really are a vaulable tool for people like me, and probably one of the few places we actually get to learnn things.
Sorry, one more thing, I have done the test connection part and got it to work alright.
