Learn how to add dynamic rows in a table tag in HTML and Javascript. And also save the data in MySQL database using PHP. If…
In this tutorial, we will teach you how you can prevent user from login for 30 seconds after they made 3 failed login attempts. We…
In this tutorial, we are going to implement 2 factor login authentication. 2 factor login authentication means that user will be verified twice before login.…
We are going to implement a custom sort using jQuery UI, which helps you to customize the order of data being displayed on your website.…
We will teach you how you can create a bootstrap modal that handles multiple file upload and save them in MySQL database. Download Bootstrap FileDialog…
RSS feed is formerly known as RDF Site Summary feed, now it stands for Really Simple Syndication. It is a form of web feed that…
PHP PDO (PHP Data Objects) is basically an abstraction to database access, which means it is not limited to only MySQL or any other database…
We will be craeting a custom error handler in PHP. As it name suggests, we will be displaying PHP errors in our own style. Introduction…
Page level cache in PHP means that the most frequent data will be stored in cache. So instead of requesting the same data from database,…
Generate sprite image Sprite is a computer graphics term for a two-dimensional bitmap that is integrated into a larger scene, most often in a 2D…