PHP MySQL Last Inserted ID

PHP MySQL Last Inserted ID

PHP MySQL Last Inserted ID   In This Article , i will show you how to get the below data (1) Last Inserted Auto Incremented row Ids (2) Number of Affected rows by the Executed querries    

How to validate an Email using PHP

How to validate an Email using PHP

How to validate an Email using PHP   In This Article, i will create a Form to collect User’s  Email . The User is Required to enter an Email into the Input box . Behind the back end, the PHP Script will validate whether the User has entered a correct Email format. If the User … Read more

Log User Logout Time with PHP MySQL

Log User Logout Time with PHP MySQL

Log User Logout Time with PHP MySQL   This post will show you How to log User Log Out Time Before you go  through the Post , check out my Previous  Post, where i have created a table  name “accesslog” This Table will log the User Login Time  , User Log Out Time , ID  … Read more

Log User Login Time with PHP MySQL

Log User Login Time with PHP MySQL   This post will show you How to create a Table to Log User Login Time , into mySQL Database using PHP.   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 … Read more