How to prevent a website from being loaded in an iframe
Today we will show you how to prevent a website from being loaded in an iframe. The X-Frame-Options HTTP response header can be used to block a website from loading...
Today we will show you how to prevent a website from being loaded in an iframe. The X-Frame-Options HTTP response header can be used to block a website from loading...
Today, we’ll explain to you how to generate QR code using PHP. A QR code (Quick Response code) is a type of matrix barcode used mostly for online shopping and...
Today we’ll show you how to delete files older than x days or after x amount of time in PHP. Sometimes we need to delete files older than n number...
Today, we’ll explain to you how to load more data from the database using AJAX, jQuery in PHP with MySQL. It is nothing but one type of pagination. If you...
Today, we’ll explain to you how to load dynamic content in Bootstrap Modal with AJAX, PHP and MySQL. The model is used to display a popup window or dialog box...
Today, we’ll discuss how to get select2 multiple selected values and text. In the previous article, we learned implementation of jquery select2 plugin in PHP. We recommend you to check...
Today, we’ll explain to you how to implement jQuery select2 multiple select plugin in PHP. The jQuery select2 plugin is used to shortlist and filter selected options when we have...
Google has introduced reCAPTCHA v3 verification to prevent spamming and abusive terrific traffic on websites. In this tutorial, we’ll explain to you an easy way to integrate Google reCAPTCHA v3...
In this article, we’ll discuss the date range search with jQuery Datepicker using Ajax, PHP and MySQL. Here, we will see how to search data from a MySQL database based...
Today, we’ll discuss how to convert a date format in PHP. For example if we have date in YYYY-MM-DD format and need to convert it to DD-MM-YYYY format. Using built-in...
Today we’ll explain to you how to extract email addresses from a string in PHP. At some point, we need to extract an email address from a long text string...
Today we’ll explain to you how to drag and drop multiple file upload using jQuery, Ajax, and PHP. It is a common functionality widely used in web applications. You may...
Today we’ll explain to you how to create a dynamic dependent select box using jQuery, Ajax, and PHP. Typically, this functionality is used to automatically add dependent data to a...
In this short article, we’ll discuss how to find URLs in a string and make clickable links in PHP. Sometimes you have data without any hyperlinks tags and when displayed...