rajesh

rajesh

Ajax Live Search Example In PHP & MYSQL.

Ajax Live Search Example In PHP & MYSQL.

Ajax Live Search Example In PHP & MYSQL. In this post, we will create a simple live search example in PHP & MySQL using Ajax. With the help of this tutorial, we can implement a live search feature in web…

Angular Dropdown With Search And Multi Select.

Angular Dropdown With Search And Multi Select.

In this post, we will learn to select dropdown with search and multi-select features. i=It’s a simple example of a dropdown with search and multi-select using ngselect. This article will implement an angular ngselect box with search and multi select.…

Find All Date Between Two Dates In PHP.

Find All Date Between Two Dates In PHP

This post will find all the dates between the two dates in PHP. We will create two variables start date and end date in DD-MM-YYYY format and find all the dates between the two dates. We can select from the…

Curl Example In PHP.

cUrl-Example-In-PHP

What is cURL? The cURL stands for “CLIENT URL”. It is a library that allows clients to access the data from the Remote Server by an HTTP request in PHP. We can easily communicate with different websites and domains with…

What Are Directives in Angular?

directive In Angular

What Are Directives in Angular?   In this article, we will learn about the angular built-in directive. It is a custom HTML attribute that changes the behavior of the DOM element and changes the DOM style. In other words, we…

Quiz App In Angular.

Quiz-App-In-Angular

This tutorial is about how to create a basic quiz app in Angular. This is a fundamental example of understanding the angular concept. Quiz application in one form or the other is becoming a general requirement for most applications these…

Server Side Form Validation in PHP.

Server Side Form Validation in PHP.

Validation may be a quite common task in web applications. Entered data should be Validated before sending it to the server. This post deals with server-side form validation in PHP. After reading this post we’ll be ready to validate the…

Convert XML to JSON In PHP.

Convert XML to JSON In PHP

In this post, we will learn how to convert XML to JSON. We can convert XML to JSON by using PHP inbuilt function. These functions are simplexml_load_file and json_encode.  What is simplexml_load_file? This function converts an XML file into an…

How To Convert Word To PDF In Laravel

How To Convert Word To PDF In Laravel.png

In this post, we’ll learn the way to convert Word to PDF In Laravel. Sometimes we’d like to implement this feature in web applications. In that, he will upload a word file, and we will convert that word file into a PDF using the…