Hello!
I’m new to PhP/MySQL and I’m still struggling with it but I managed to make a working application and now I want to protect it with a login/password system . What is the most secure combination without apache authentication? My prime concern is security, not user friendliness, in fact I want users to login every time they access application Just point me in the right direction I’ll do the reading
Second, how to submit a form without the user pressing a submit button and
Third how to redirect page, for example
if (condition) {
goto “some page.html”;
} else {
continue ...
}
Thanks
I’m new to PhP/MySQL and I’m still struggling with it but I managed to make a working application and now I want to protect it with a login/password system . What is the most secure combination without apache authentication? My prime concern is security, not user friendliness, in fact I want users to login every time they access application Just point me in the right direction I’ll do the reading
Second, how to submit a form without the user pressing a submit button and
Third how to redirect page, for example
if (condition) {
goto “some page.html”;
} else {
continue ...
}
Thanks