How To Automatically Logout Inactive User in PHP


In this tutorial, I will show you how to automatically logout inactive user in PHP.
If the user is inactive for more than 15 minutes and does not click any other page then this user will be consider as inactive user and automatic logout after 15 minutes of inactivity in PHP.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Validate Email Address in JavaScript


In this tutorial, I will show you how to validate email address in JavaScript. Email address validation is very common task which you will need to perform several html forms such as user registration form, user login form or any other form which is taking user email as input.

1 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks