How to get all Dates between two Dates in PHP
Today, we will show you how to get all Dates between two Dates in PHP. Here, we get the all dates array between the given start and end date which...
Today, we will show you how to get all Dates between two Dates in PHP. Here, we get the all dates array between the given start and end date which...
Today, we’ll explain to you how to permit CORS requests for multiple origins in PHP. To get the response from a simple cross-origin POST request, we need to include the...
Today we’ll explain to you how to get Title and Meta tags from URL using PHP. Checkout more articles on PHP How to remove an extension from a filename in...
Today, we’ll explain to you how to remove an extension from a filename in PHP. If you want to get the filename then we can remove the extension from a...
Today, we’ll show you how to format the number using the number_format() in PHP. The number_format() is a PHP built-in function which is used to format the number of data....
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...