
One of the most contentious aspects of Windows 10 is the operating system’s new approach to updating. When Windows decides to apply updates, the system gathers them and installs them automatically. This... Read more »

In this tutorial, we are going to learn to upload files via FTP using PHP. The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files... Read more »

In this tutorial, we are going to use a PHP library NepaliCalender.php to convert date from AD to BS and BS to AD. Download NepaliCalender.php library from here : NepaliCalender Use the... Read more »

In this tutorial, we are going to develop a complete Google Analytics Realtime Traffic Tracking tool using Analytics API. Please follow these steps to develop your own Google Analytics Dashboard for Realtime... Read more »

In this tutorial, we are going to get random jokes with Joke API using PHP. Source Code : <style type="text/css"> body{ background-color: aliceblue; } .box-container{ display: flex; justify-content: center; align-items: center; height:... Read more »

An Equated Monthly Installment (EMI) is defined as “A fixed payment amount made by a borrower to a lender at a specified date each calendar month. Equated monthly installments are used to... Read more »

In PHP, file_get_contents() function is commonly used to get content of a file or a url and it works like a charm in normal scenario. If in case, the URL or file... Read more »

Easy Ticker is a jQuery plugin helps you create a highly customizable, cross browser, flexible and infinite news ticker on your web page. Full Source Code : <!doctype html> <html> <head> <meta... Read more »

A simple PHP HTML DOM parser written in PHP5+, supports invalid HTML, and provides a very easy way to find, extract and modify the HTML elements of the DOM. jQuery like syntax... Read more »

The following source code demonstrates a simple PHP API to get random quote. We simply need to make a GET request to the API endpoint : https://api.quotable.io/random and we will get a... Read more »