Hello friends, Today we will learn about php CURL. CURL is used to make HTTP requests cURL is a library that lets you make HTTP requests in PHP. Everything you need…
Author: <span>w3path</span>
To generate random alphanumeric string there are many ways to generate a random, unique, alphanumeric string in PHP. The following ways to generate random alphanumeric string Using str_shuffle() Function: The…
In this tutorial, we would love to share with you how to generate 2,4,6,10,12 digit unique random number in PHP? Let’s see how to generate random number in php PHP…
Hi Friends, In this blog post we will learn everything about JavaScript Array. So take a look and learn Everything about JavaScript Array. Arrays are a neat way to store…
In this Angular 8 tutorial, we will show you step by step tutorial to call REST API in Angular 8 using HttpClient? So let’s get start to learn how to…
In this post we will learn how to recover MySQL root password in the event you have forgotten it. Let’s see how to recover MySQL root password in few steps…
Today we will learn how to install ssl on ubuntu 18.04 & 16.04 Apache or Nginx web server. Let’s Encrypt is a certificate authority (CA) providing free SSL/TLS certificates. Let’s…
Today we will learn how to point domain to Amazon EC2 instance. We have two way to do that we will learn both of them. So let’s see how to…
Today we will learn how to install php and MySQL with Apache. Installing PHP and MySql will help you run php on your Apache Server. This tutorial shows you, how…
Today we will learn Apache installation on Ubuntu. Apache is free and open source web server. So let’s get started Step 1: Open Terminal Open Terminal, You can open it…