Start up Ideas

Having a startup idea is great. However, acting on it is a different issue. With the economic boom a few decades ago, people have started to increasingly turn towards entrepreneurship. It is clear that one can make a huge amount of money in a short time with the right business and the required approach. However, 

Continue Reading…

How to install php curl in Ubuntu

Many times we come across web applications which are written in PHP and require curl extension. PHP curl functions can used through use of libcurl. The libcurl was create by Daniel Sternberg. With the help of libcurl you can connect and communicate with webserver using different protocols. To install curl library on your Ubuntu computer, 

Continue Reading…

Zee Cine Awards 2016 – Winners

Winners of Zee Cine Awards 2016   The prestigious Zee Cine Awards took place last night (February 20) where all the biggies of Bollywood graced the ceremony with their presence. Salman Khan earned the award for Best Actor (Viewer’s Choice) for his blockbuster film ‘Bajrangi Bhaijaan’ where films like ‘Bajirao Mastani’ and ‘Piku’ bagged more than 

Continue Reading…

Difference Between CPA, CPL and CPS

What is the difference between CPA, CPL and CPS campaigns   I always wondered what is the difference between CPA, CPL and CPS campaigns, finally I found my answer. There are three types of offer that  main affiliate websites promotes CPA, CPL and CPS. CPA (Cost Per Action) offers pay Affiliates a set commission each time 

Continue Reading…

Reality of JNU Protest

For last two days, all national news channels are flooded with news of Jawaharlal Nehru University’s students protesting against “Judicial killing of Maqbool bhatt and Afzal Guru” and “Indian occupation of Kashmir and their right of self-determination”. News channels showed these students chanting slogans like “Pakistan Zindabad”, “Kashmir hamara hai, wo sare ka sara hai, 

Continue Reading…

php array length

PHP sizeof() Function Example Return the number of elements in an array: Definition and Usage The sizeof() function returns the number of elements in an array. The sizeof() function is an alias of the count() function. Syntax sizeof(array,mode);   Parameter Description array Required. Specifies the array mode Optional. Specifies the 

Continue Reading…

php array count

PHP count() Function Example Return the number of elements in an array: Definition and Usage The count() function returns the number of elements in an array. Syntax count(array,mode);   Parameter Description array Required. Specifies the array mode Optional. Specifies the mode. Possible values: 0 – Default. Does not count all 

Continue Reading…

php string split

PHP explode() Function Example Break a string into an array: Definition and Usage The explode() function breaks a string into an array. Note: The “separator” parameter cannot be an empty string. Note: This function is binary-safe. Syntax explode(separator,string,limit)   Parameter Description separator 

Continue Reading…

« Older Posts