Today we talk about How to Find URLs in Content, Make Links For Multiple URLs. As the heading suggests we create a PHP function where that function finds the URLs on the content or paragraph or any type of string. This function find all URLs, means 2 or multiple URLs from the content. Copy code and use […]
Create Dynamically Generated Text File and Download Using JavaScript
File Download Using JavaScript Create Dynamically Generated Text File and Download Using JavaScript, I think, you think Generate and download a file using Javascript is not allowed without the user end (But now this allowed). On this task, all the thing working on HTML 5 supported web browsers. In this article, we will show you how […]
5 Most Useful PHP String Functions You Should Know
When we start working with PHP String functions, we have to learn some useful string operation using PHP predefined functions. Today we talk about some most used String functions which use to manipulate user defined strings. There are 5 most used PHP string manipulation functions listed below, Complete Explanation of PHP String functions Substr in […]
Percentage Difference Calculator using Jquery & PHP
On this, we calculated the percentage of a number using a simple formula as given below. If you change the position of the number you may get different results. We use Jquery to develop this functionality. Check Live DEMO below. Willing to explain a straight forward rate change in the server with PHP and Jquery? […]
How to Copy Text to Clipboard JavaScript
Hello Everyone hopes you all are doing well and today we talk about Copy Text to Clipboard JavaScript. To copy any text or code we generally use CTRL+C from the keyboard. If you want to integrate functionality copy text to clipboard we use javascript and JS is the easiest option to build that functionality. The DOM execCommand() […]
How to Validate Date String in PHP
Hello Everyone hopes you all are doing well and today we talk about How to Validate Date String in PHP. Validation of date or an input string is a valid date or not. By using DateTime class you can check an input string is valid or not. From some example, we will show you how to validate the […]
Import and Export CSV file in PHP
Today we talk about a very important feature of the data management system is Import and Export CSV file in PHP script from front-end. Using Import action you can save bulk data on the database using your website. And on the Export user can download the complete database table data for their external use. Download […]
jQuery autocomplete ajax with Text and Image
jQuery Autocomplete Ajax jQuery Autocomplete Ajax feature provides an instant action of suggestion when user start typing the name. It provides a quick search to users and selects fast their option from the populated list from the dropdown list. When the user starts typing the autocomplete plugin fetch the data from the database which are […]
PHP Crud Operation Using AJAX
Hello Coders, today we will learn about PHP Crud Operation Using AJAX which is very important for a PHP beginner who wants to learn about Ajax and also want to implement ajax based core PHP CRUD operation. Ajax helps us to work without any page load and also from that we work in a fast […]