Javed Ur Rehman is a passionate blogger and web developer, he loves to share web development tutorials and blogging tips. He usually writes about HTML, CSS, JavaScript, Jquery, Ajax, PHP and MySQL.
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.
Today in this tutorial, I will show you how to validate email address in PHP. Email address validation is one of the most common task when developing a web application.
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.