Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Pre vs. Code

<code> use for inline code it can wrap and <pre> for block code that must not wrap so, new lines and spaces get rendered as new lines.. It is little mystified by the <pre> and <code> tags. If you’re not sure which to use and

Final class in PHP?

Final class in PHP is a class that can not be inherited. or we can say that it can not be extended . It basically protect the methods of class that is to be overriden by the other child classes present there. For declaring a class as final, we ha

A program to find out NCR factor of given number in C language

ncr means : combination in terms of mathematics.We have to find out the perfect combination of given values. In the mathematics nCr has defined as nCr = n! /((n-r)! * r!) #include int main(){ int n,r,ncr; printf("Enter any two n

c# : How to use ThreadPool.QueueUserWorkItem ?

In this post we will see a simple code example which illustrates how to use the ThreadPool to queue up tasks in a multi-threaded environment. We first need to create an object that contains information required for the task. This object will be pass

How to send email using Wamp server in PHP

Hello Reader's If you are working on your local host and not able to send the email then by configuring your WAMP server you can send email. Let's see how it is done:- First just install Fake Sendmail (download sendmail.zip). Then configure C:\wamp

How to Search Theme Based SEO Link Building Data?

Being an Internet marketer link building is not considered as a difficult task, however searching quality data for link building is one of the most important challenge that every SEO expert faces durin

Xamarin in VisualStudio

Xamarin is a tool that can be integrated with visual studio for building mobile application using the language you are comfortable with like C# With Xamarin you can build an Android application, IOS application using the C# code on your backend.

How to use array_combine() in PHP.

Hello Readers , Suppose we have two array's . $fname=array("Peter","Ben","Joe"); $age=array("35","37","43"); The array_combine() function creates an array by using the elements from one "keys" array and one "values" array. Example : <?php $f

array_diff_assoc() in PHP

Hello Readers , Suppose we have two three array it will search with all three arrays and return an array that contains the values from array 1 that are not present in rest of the array Example : <?php $a1=array("a"=>"red","b"=>"green","

How to Combine two arrays - one for key and another for value

Hello friends, If you want to combine 2 arrays in which 1 is used as a key and another as value then you can use a predefined PHP function which is "array_combine". array_combine function creates an array by using one array for keys and another for

1 36 319
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: