Category: PHP

  • Access Control PHP MySQL

    Access Control PHP MySQL

    Access Control PHP MySQL   This post will show you How to restrict User From Accessing certain  Content on your Site. In My Previous Blog i have created the User Access Control  Table , by assigning difference numerical  value to difference Users type refer Here Prior to that you need to complete  the items listed…

  • How to Create Tables and Insert Data into MYSQL Databases

    How to Create Tables and Insert Data into MYSQL Databases

    How to Create Tables and Insert Data into MYSQL Databases   This post will show you how to create   a new table in MYSQL Database and then Insert new data into the table.   Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer ,…

  • How to Create Auto Logout Script in PHP

    How to Create Auto Logout Script in PHP

    How to Create Auto Logout Script in PHP This post will show you how to create  Auto Logout Script in PHP . Before Creating a User Login Form you may need to Create a User Registration Form How to create a User Registration Form Here     At Login.php Here       At welcome.php Here…

  • PHP User Login  Form with MySQL Database

    PHP User Login Form with MySQL Database

    PHP User Login Form with MySQL Database This post will show you how to create   A User login  Form using PHP & MySQL Before Creating a User Login Form you may need to Create a User Registration Form How to create a User Registration Form Here   Prior to that you need to complete  the…

  • PHP User Registration Form with MySQL Database

    PHP User Registration Form with MySQL Database

    PHP User Registration Form with MySQL Database This post will show you how to create   A User Registration  Form using PHP & MySQL   Prior to that you need to complete  the items listed Below Mamp or xampp with phpMyAdmin install into your Computer , check out here  A Sample Database created Check out Here  New User…