December 20, 201015 yr Hello, Does anyone know how i can make a php or what ever the easyest way to make a member login. Its only going to have a 1 user and 1 password. so no register etc. Is there any tuts out the. Thanks,
December 20, 201015 yr You could just follow this and not do the membership part? http://net.tutsplus.com/tutorials/php/user-membership-with-php/ Hope this helps
December 20, 201015 yr Hmm yeah ok thanks, But i dont thing my host has a mysql database area Do you know php at all?
December 20, 201015 yr I know its possible but not sure how to do as im learning php at the moment, you could store the username and password in a function and use it to login?
December 20, 201015 yr HTTP digest authentication is covered in the PHP documentation, with examples - http://php.net/manual/en/features.http-auth.php
Create an account or sign in to comment