* Create Login Page With Database * -> First Download Wamp Server or Xamp Server and Setup Your Drive And Check Avaiblity Of Xamp or Wamp. -> Create Database in mysql database. and Create New Table and Insert New Record Like User name, Password, Full name, And extra Details.... -> and next Step is Create new page login.php or index.php -> Write Code on Creating File. ->Establish Connection of Your Databse. ->create new file like config or connection... like(dbuser,dbpassword, and connection details..) ->The Following Code write in your index or Login Page. <?php //old path //include('config/connection.php'); //new path include('../../db/connection.php'); if(isset($login)) { $str="select*from admin where status='active' and user_name='$username' and password='$password';"; $data=mysqli_query($conn,$str); ...
web site development ,Web designing, web hosting services and provides superior quality. Learn new language and Other Features.