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

Search In

Queue in laravel 5.x

Laravel Queue is one of the best feather of Laravel 5.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In Laravel 5.x by using queue we can run time consuming on back en

How to define host and port using Laravel 4.x

Now a days there are n number of website which will move to android. So for every application we have to make API. If we will make our API in laravel 4.x then we will test using Postman. To define our port and to run our API using "Postman" we have t

How to find difference between two dates in php

We can easily find date difference in php by using strtotime which convert two dates to unix time once convert we can manipulate easily by calculating the number of seconds between them.Its the easy way to calculate different time periods. $date1

How to implement SMS Gateway in cake php

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to implement SMS Gateway  in cake php. In web applications sending SMS Gateway is a very important feature for sending SMS in a application. So clickatell SMS Gatew

Wordpress Creating a simple short code

Shortcodes are the power of the wordpress. You can simply create shortcodes and call it via the do_shortcode function or on pasting it on editor. For adding a shortcode, you ned to use the hook add_shortcode. We are going to share the script for shor

Pagination in joomla

The JPagination class allows developers to reliably and consistently add pagination to the Front-end and Back-end display of their components. The file containing the class can be found at /libraries/joomla/html/pagination.php. The construct functio

Check username availability on keypress using jquery

Username or email availability or any other types of availability check we can do in this way. When user type on a text box an ajax request has made and check what if its available or not. we only required jquery.js HTML <input type='text' id='

Wordpres pagination in Home Page or Front Page?

Hello readers, today we discuss wordpress pagination in Home Page or Front Page. WordPress has the ability to split lists of articles, content, discussions or a single content into multiple pages "paged" navigation. WordPress offers built

Custom search in Wordpress with multiple categories

Hello readers, today I guide you "How to create search functionality in Wordpress with multiple categories". If you want create this functionality, you have to write some code in functions.php file and some code into your file where you wa

Difference between array_merge() and array_combine()

PHP have a vast collection of array functions which makes the use and manipulation of arrays much easier. This article defines the difference between two important array functions array_merge and array_combine which sounds similar but used for differ

1 27 39
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: