
Search In
Hello friends,
Today we will learn how to replace array element with other elements. In PHP, array_replace() function is used to replace the array elements with another array elements with the help of key. That is, elements of the first array will b
A generator is the simple and an efficient way to write your code in the form of the iterator.
PHP generators is the simple way to write your code that use the foreach loop to repeat your data set of array, without building that array in the memory,
What Does Mounting Drive Means
Mounting Drive means making the drive accessible to the computer, by which the user will be able to read and write the data to the disk on which he/she mounted that particular drive.
What is AWS Inst
Hello friends, today I am going to tell you how to set an email reminder or email notification. This can be done via Cron Jobs. Cron Jobs is helpful for reminder purposes or if you don't want to send same email every week or every single day then
This tutorial will guide you to do animation in android. There are two ways to do animations in android , through XML code or java code. In this tutorial, we are using only first way through XML code. In this tutorial, we are defining animations like
To use flash on Joomla you need to follow the following steps:
Login to back-end of joomla site.
Select Component -> Banners.
You will Banner Manager page. Click on new button on the top left side.
You will see a form to add banners. Enter the d
Hi all,
This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net fr
Hello all,
Working with AngularJS, we can create our own custom directives that helps us to put our common html code in a separate html file and later on we can use it as a html tag, this helps us to make our code much more organizable and reusable.
Hello readers ,
Following are the steps to guide how you can show ads in your site.
Step 1
First sign in with google ad sense account using below link
https://www.google.com/adsense/start/
Step 2
After sign in with your google account you wil
hii,
Today i am sharing a blog on How to add and remove a class on click event in javascript.
First of all you need to either download few plugins or just copy and paste the below link inside head tag.
<script src="https://ajax.googleapis.com/a
