Hi,
I've just joined here and would be grateful for osme advice and help. I would like to have a members only page in my site and with that they would have to log-in within the website to access the site.
How and what do I do to create the log-in window in the site and then once they've entered the correct access they will access the secure page?
I've been reading about having php or build a MsQL database, I've been reading up on the below topics. I don't where and how do I insert these codes in my webpages? Please help.:eek:
Basic authentication
We hard code the username and password combination in the login script itself. Suitable for simple application
User & password stored in database
A very common method. We store all the user name and password information in the database
User authentication with image verification
Thank you.
A
