Hi..
I've just finished built my website,and now what left is to create the login page so that i could do the admin things..
For this website i just have one user only that is me..
So ,should i create the database for the login page or not?
is that i could just simply do like :
if ($password=="password"){
......
}
because i scared if i create the database, my codes for handling that database will not be secure enough..
so in my case,which one is better?
create the database or not create the database?
Thank You :)