PHP Limit number of login attempt using PHP & MySQL 28th February 2019 Hello, Today we learn how to limit the number of login attempt using PHP & MySQL. Sometimes you need to add extra protection to the password-protected website. This article explains…
Web Design How to create Animated Background using CSS and HTML 5th February 2019 In this Blog, we are going to learn how to create Animated Background using CSS and HTML. First of all, create an HTML File and paste the below code. HTML…
Web Design 3D Rotating Navigation 3rd February 2019 In this tutorial, we are going to create 3D rotating Navigation using HTML, CSS & Jquery. This 3D rotating navigation can be used in any of your projects to give…
Must Learn PHP include() Vs require() 3rd February 2019 Let’s see what’s the difference between PHP include() Vs require(). In this tutorial, we are going to see the list of functions used in PHP to include an external file…